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
|
-- To match on the WM_NAME, you can use 'title' in the same way that
|
||||||
-- 'className' and 'resource' are used below.
|
-- 'className' and 'resource' are used below.
|
||||||
myManageHook = composeAll
|
myManageHook = composeAll
|
||||||
[ className =? "Gimp" --> doFloat
|
[ className =? "Gimp" --> doFloat
|
||||||
, className =? "guake" --> doIgnore
|
, className =? "guake" --> doIgnore
|
||||||
, className =? "barrier" --> doFloat
|
, className =? "barrier" --> doFloat
|
||||||
, className =? "net-runelite-client-RuneLite" --> doFloat
|
, className =? "net-runelite-client-RuneLite" --> doFloat
|
||||||
, className =? "net-runelite-launcher-Launcher" --> doIgnore
|
, className =? "net-runelite-launcher-Launcher" --> doIgnore
|
||||||
, resource =? "desktop_window" --> doIgnore
|
, resource =? "desktop_window" --> doIgnore
|
||||||
, (className =? "firefox" <&&> resource =? "Dialog") --> doFloat -- Float Firefox Dialog
|
, (className =? "firefox" <&&> resource =? "Dialog") --> doFloat -- Float Firefox Dialog
|
||||||
, resource =? "kdesktop" --> doIgnore
|
, resource =? "kdesktop" --> doIgnore
|
||||||
, className =? "MusicBrainz Picard" --> doIgnore
|
, className =? "MusicBrainz Picard" --> doIgnore
|
||||||
, className =? "Steam" --> doFloat ]
|
, className =? "Steam" --> doShift ( myWorkspaces !! (7-1) )
|
||||||
|
, className =? "Pavucontrol" --> doShift ( myWorkspaces !! (5-1) )]
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
-- Event handling
|
-- Event handling
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user