xmonad - no more floating for one-screen gimp

This commit is contained in:
Felix Van der Jeugt 2015-05-18 14:18:01 +02:00
parent 5ffe1f0c8e
commit cdeff1aa4f
1 changed files with 0 additions and 1 deletions

View File

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