added a couple of doShifts, steam and pavucontrol
This commit is contained in:
parent
16f41bd04a
commit
c5890c020e
@ -394,16 +394,17 @@ myLayout = avoidStruts $ mouseResize $ windowArrange $ T.toggleLayouts floats
|
||||
-- To match on the WM_NAME, you can use 'title' in the same way that
|
||||
-- 'className' and 'resource' are used below.
|
||||
myManageHook = composeAll
|
||||
[ className =? "Gimp" --> doFloat
|
||||
, className =? "guake" --> doIgnore
|
||||
, className =? "barrier" --> doFloat
|
||||
, className =? "net-runelite-client-RuneLite" --> doFloat
|
||||
, className =? "net-runelite-launcher-Launcher" --> doIgnore
|
||||
, resource =? "desktop_window" --> doIgnore
|
||||
[ className =? "Gimp" --> doFloat
|
||||
, className =? "guake" --> doIgnore
|
||||
, className =? "barrier" --> doFloat
|
||||
, className =? "net-runelite-client-RuneLite" --> doFloat
|
||||
, className =? "net-runelite-launcher-Launcher" --> doIgnore
|
||||
, resource =? "desktop_window" --> doIgnore
|
||||
, (className =? "firefox" <&&> resource =? "Dialog") --> doFloat -- Float Firefox Dialog
|
||||
, resource =? "kdesktop" --> doIgnore
|
||||
, className =? "MusicBrainz Picard" --> doIgnore
|
||||
, className =? "Steam" --> doFloat ]
|
||||
, resource =? "kdesktop" --> doIgnore
|
||||
, className =? "MusicBrainz Picard" --> doIgnore
|
||||
, className =? "Steam" --> doShift ( myWorkspaces !! (7-1) )
|
||||
, className =? "Pavucontrol" --> doShift ( myWorkspaces !! (5-1) )]
|
||||
------------------------------------------------------------------------
|
||||
-- Event handling
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user