xmonad - no more floating for one-screen gimp
This commit is contained in:
parent
5ffe1f0c8e
commit
cdeff1aa4f
@ -283,7 +283,6 @@ myManageHook :: Query (Endo WindowSet)
|
|||||||
myManageHook = composeAll
|
myManageHook = composeAll
|
||||||
[ className =? "MPlayer" --> doFloat
|
[ className =? "MPlayer" --> doFloat
|
||||||
, className =? "mpv" --> doFloat
|
, className =? "mpv" --> doFloat
|
||||||
, className =? "Gimp" --> doFloat
|
|
||||||
, className =? "Wfica_Seamless" --> doFloat
|
, className =? "Wfica_Seamless" --> doFloat
|
||||||
, resource =? "desktop_window" --> doIgnore
|
, resource =? "desktop_window" --> doIgnore
|
||||||
, resource =? "kdesktop" --> doIgnore ]
|
, resource =? "kdesktop" --> doIgnore ]
|
||||||
|
Loading…
Reference in New Issue
Block a user