feat(prog/xmonad): float more apps
This commit is contained in:
parent
e293ae6703
commit
5c607e252a
1 changed files with 5 additions and 3 deletions
|
@ -219,11 +219,13 @@ myLayout = avoidStruts
|
|||
-- 'className' and 'resource' are used below.
|
||||
--
|
||||
myManageHook = composeAll
|
||||
[ className =? "MPlayer" --> doFloat
|
||||
, className =? "Gimp" --> doFloat
|
||||
, resource =? "desktop_window" --> doIgnore
|
||||
[ resource =? "desktop_window" --> doIgnore
|
||||
, resource =? "kdesktop" --> doIgnore
|
||||
-- apps
|
||||
, className =? "Gimp" --> doFloat
|
||||
, className =? "Gnome-calculator" --> doFloat
|
||||
, className =? "Gnome-font-viewer" --> doFloat
|
||||
, className =? "Org.gnome.Nautilus" --> doFloat
|
||||
, className =? "firefox-trunk-nightly" --> doShift "web"
|
||||
, resource =? "telegram-desktop" --> doShift "chat"
|
||||
, className =? "Thunderbird" --> doShift "chat"
|
||||
|
|
Loading…
Reference in a new issue