gimp is alzays managed as floatting windows
This commit is contained in:
parent
2da930b040
commit
8a15983f36
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue