feat(prog/xmonad): manage more apps
This commit is contained in:
parent
422d7d2d30
commit
b96ff466cd
1 changed files with 9 additions and 5 deletions
|
@ -225,6 +225,10 @@ myManageHook = composeAll
|
|||
, className =? "Gimp" --> doFloat
|
||||
, resource =? "desktop_window" --> doIgnore
|
||||
, resource =? "kdesktop" --> doIgnore
|
||||
, className =? "Gnome-calculator" --> doFloat
|
||||
, className =? "firefox-trunk-nightly" --> doShift "web"
|
||||
, resource =? "telegram-desktop" --> doShift "chat"
|
||||
, className =? "Thunderbird" --> doShift "chat"
|
||||
-- my libs
|
||||
, resource =? "hwt" --> doFloat
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue