mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-28 17:53:48 -07:00
stop floating Gimp with the default manageHook
most people have probably moved on to gimp-2.8, which doesn't really need to be floating
This commit is contained in:
@@ -92,8 +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 ]
|
||||
, className =? "mplayer2" --> doFloat ]
|
||||
|
||||
------------------------------------------------------------------------
|
||||
-- Logging
|
||||
|
Reference in New Issue
Block a user