xmonad - no more floating for one-screen gimp
This commit is contained in:
parent
5ffe1f0c8e
commit
cdeff1aa4f
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ myManageHook :: Query (Endo WindowSet)
|
|||
myManageHook = composeAll
|
||||
[ className =? "MPlayer" --> doFloat
|
||||
, className =? "mpv" --> doFloat
|
||||
, className =? "Gimp" --> doFloat
|
||||
, className =? "Wfica_Seamless" --> doFloat
|
||||
, resource =? "desktop_window" --> doIgnore
|
||||
, resource =? "kdesktop" --> doIgnore ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue