diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index f3a59f34..0308f0a0 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -221,6 +221,7 @@ hostFromName h | |||
221 | , Just $ (className =? "Nvidia-settings") -?> doCenterFloat | 221 | , Just $ (className =? "Nvidia-settings") -?> doCenterFloat |
222 | , Just $ fmap ("Minetest" `isInfixOf`) title -?> doIgnore | 222 | , Just $ fmap ("Minetest" `isInfixOf`) title -?> doIgnore |
223 | , Just $ fmap ("Automachef" `isInfixOf`) title -?> doIgnore | 223 | , Just $ fmap ("Automachef" `isInfixOf`) title -?> doIgnore |
224 | , assign "call" $ className =? "zoom" | ||
224 | ]) | 225 | ]) |
225 | , hWsp = hWsp | 226 | , hWsp = hWsp |
226 | , hCoWsp = hCoWsp | 227 | , hCoWsp = hCoWsp |
@@ -306,6 +307,7 @@ hostFromName h | |||
306 | , (4, "read") | 307 | , (4, "read") |
307 | , (5, "monitor") | 308 | , (5, "monitor") |
308 | , (6, "uni") | 309 | , (6, "uni") |
310 | , (8, "call") | ||
309 | , (9, "media") | 311 | , (9, "media") |
310 | , (10, "mpv") | 312 | , (10, "mpv") |
311 | ] | 313 | ] |
@@ -531,6 +533,7 @@ main = do | |||
531 | onWorkspace (wsp 6) workLayouts $ | 533 | onWorkspace (wsp 6) workLayouts $ |
532 | onWorkspace (wsp 4) (tabbedLayout' ||| tabbedLayoutHoriz' ||| Dwindle R CW 1 (5 % 100)) $ | 534 | onWorkspace (wsp 4) (tabbedLayout' ||| tabbedLayoutHoriz' ||| Dwindle R CW 1 (5 % 100)) $ |
533 | onWorkspace (wsp 5) (tabbedLayout''' ||| Dwindle R CW 1 (5 % 100)) $ | 535 | onWorkspace (wsp 5) (tabbedLayout''' ||| Dwindle R CW 1 (5 % 100)) $ |
536 | onWorkspace (wsp 8) tabbedLayout''' $ | ||
534 | onWorkspace (wsp 10) (tabbedLayout''' ||| combineTwoP (TwoPane (1 % 100) (3 % 4)) tabbedLayout''' tabbedLayout''' (ClassName "mpv") ||| Dwindle R CW 1 (5 % 100)) $ | 537 | onWorkspace (wsp 10) (tabbedLayout''' ||| combineTwoP (TwoPane (1 % 100) (3 % 4)) tabbedLayout''' tabbedLayout''' (ClassName "mpv") ||| Dwindle R CW 1 (5 % 100)) $ |
535 | defaultLayouts | 538 | defaultLayouts |
536 | ) $ | 539 | ) $ |