[xmonad] Re: floating problems - vlc and dialogs

Jose A. Ortega Ruiz jao at gnu.org
Sun May 30 21:04:41 EDT 2010


On Mon, May 31 2010, Nathan Huesken wrote:

> Hi,
>
> in my xmonad.hs I have:
> -- manage hook - when new clients appear
> floatAll     = composeAll . map (\s -> className =? s --> doFloat)
> myManageHook = floatAll ["Gimp",
>                          "Wine",
>                          "vlc",
>                          "MPlayer",
>                          "VLC (XVideo output)"]
>                <+> manageDocks
>                <+> (isFullscreen --> doFullFloat)

Using "Vlc" instead of "vlc" works for me. HTH.

jao



More information about the xmonad mailing list