From e37530514528e7501db1cd8d0c673d4837cd6093 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 11 Jan 2021 14:25:40 +0100 Subject: gkleen@sif: move zoom to own workspace --- accounts/gkleen@sif/xmonad/xmonad.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'accounts') 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 , Just $ (className =? "Nvidia-settings") -?> doCenterFloat , Just $ fmap ("Minetest" `isInfixOf`) title -?> doIgnore , Just $ fmap ("Automachef" `isInfixOf`) title -?> doIgnore + , assign "call" $ className =? "zoom" ]) , hWsp = hWsp , hCoWsp = hCoWsp @@ -306,6 +307,7 @@ hostFromName h , (4, "read") , (5, "monitor") , (6, "uni") + , (8, "call") , (9, "media") , (10, "mpv") ] @@ -531,6 +533,7 @@ main = do onWorkspace (wsp 6) workLayouts $ onWorkspace (wsp 4) (tabbedLayout' ||| tabbedLayoutHoriz' ||| Dwindle R CW 1 (5 % 100)) $ onWorkspace (wsp 5) (tabbedLayout''' ||| Dwindle R CW 1 (5 % 100)) $ + onWorkspace (wsp 8) tabbedLayout''' $ onWorkspace (wsp 10) (tabbedLayout''' ||| combineTwoP (TwoPane (1 % 100) (3 % 4)) tabbedLayout''' tabbedLayout''' (ClassName "mpv") ||| Dwindle R CW 1 (5 % 100)) $ defaultLayouts ) $ -- cgit v1.2.3