xmonad - align and float athena applications
This commit is contained in:
parent
f7a75cebf4
commit
ae28a43046
2 changed files with 3 additions and 2 deletions
|
@ -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 ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue