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:
Adam Vogt
2014-07-04 22:40:25 +00:00
parent 5f0b1601d5
commit 252c9d5eee

View File

@@ -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