xmonad - align and float athena applications
This commit is contained in:
parent
f7a75cebf4
commit
ae28a43046
@ -10,7 +10,7 @@ suggestions = default
|
|||||||
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||||
default_dict = ""
|
default_dict = ""
|
||||||
during_search = off
|
during_search = off
|
||||||
enabled = off
|
enabled = on
|
||||||
real_time = off
|
real_time = off
|
||||||
suggestions = -1
|
suggestions = -1
|
||||||
word_min_length = 2
|
word_min_length = 2
|
||||||
|
@ -283,8 +283,9 @@ myLayoutHook = Full ||| tiled ||| Mirror tiled
|
|||||||
myManageHook :: Query (Endo WindowSet)
|
myManageHook :: Query (Endo WindowSet)
|
||||||
myManageHook = composeAll
|
myManageHook = composeAll
|
||||||
[ className =? "MPlayer" --> doFloat
|
[ className =? "MPlayer" --> doFloat
|
||||||
, className =? "mpv" --> doFloat
|
, className =? "mpv" --> doFloat
|
||||||
, className =? "Gimp" --> doFloat
|
, className =? "Gimp" --> 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