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

@ -10,7 +10,7 @@ suggestions = default
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
default_dict = ""
during_search = off
enabled = off
enabled = on
real_time = off
suggestions = -1
word_min_length = 2

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 ]