gimp is alzays managed as floatting windows

This commit is contained in:
nojhan 2012-06-22 14:17:41 +02:00
commit 8a15983f36

View file

@ -53,7 +53,7 @@ main = xmonad $ gnomeConfig
, borderWidth = 3 , borderWidth = 3
-- Switch workspaces with default first azerty row instead of plain numbers -- Switch workspaces with default first azerty row instead of plain numbers
, keys = \c -> bepoKeys c `M.union` keys gnomeConfig c , keys = \c -> bepoKeys c `M.union` keys gnomeConfig c
, manageHook = manageHook gnomeConfig <+> manageScratchPad , manageHook = manageHook gnomeConfig <+> manageScratchPad <+> composeAll [ className =? "Gimp" --> doFloat ]
-- add a fullscreen tabbed layout that does not avoid covering -- add a fullscreen tabbed layout that does not avoid covering
-- up desktop panels before the desktop layouts -- up desktop panels before the desktop layouts