mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-15 12:03:47 -07:00
needs update for mplayer2
xmonad floats mplayer by default. However, Debian has switched to mplayer2, and so on upgrade, it will stop floating. This can be easily fixed in the user's config file, but here is a patch that avoids bothering the user with breakage on upgrade.
This commit is contained in:
@@ -92,6 +92,7 @@ focusedBorderColor = "red" -- "#ff0000" don't use hex, not <24 bit safe
|
||||
manageHook :: ManageHook
|
||||
manageHook = composeAll
|
||||
[ className =? "MPlayer" --> doFloat
|
||||
, className =? "mplayer2" --> doFloat
|
||||
, className =? "Gimp" --> doFloat ]
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user