xmonad - align and float athena applications

This commit is contained in:
Felix Van der Jeugt 2015-03-08 23:16:04 +01:00
parent f7a75cebf4
commit ae28a43046
2 changed files with 3 additions and 2 deletions

View file

@ -283,8 +283,9 @@ myLayoutHook = Full ||| tiled ||| Mirror tiled
myManageHook :: Query (Endo WindowSet)
myManageHook = composeAll
[ className =? "MPlayer" --> doFloat
, className =? "mpv" --> doFloat
, className =? "mpv" --> doFloat
, className =? "Gimp" --> doFloat
, className =? "Wfica_Seamless" --> doFloat
, resource =? "desktop_window" --> doIgnore
, resource =? "kdesktop" --> doIgnore ]