xmonad: Disable magnification of selected window

This commit is contained in:
Alexander Kobjolke 2024-02-16 23:09:40 +01:00
parent c936e29aeb
commit ba0a4ff306

View file

@ -27,7 +27,7 @@ compileRestart resume = do
myLayout = Docks.avoidStruts (tiled ||| Mirror tiled ||| Full ||| columns) myLayout = Docks.avoidStruts (tiled ||| Mirror tiled ||| Full ||| columns)
where where
tiled = Tall nmaster delta ratio tiled = Tall nmaster delta ratio
columns = magnifiercz' 1.3 $ ThreeColMid nmaster delta ratio columns = ThreeColMid nmaster delta ratio
nmaster = 1 -- default number of windows in the master pane nmaster = 1 -- default number of windows in the master pane
ratio = 1/2 -- default proportion occupied by master pane ratio = 1/2 -- default proportion occupied by master pane
delta = 3/100 -- percent of screen to increment when resizing delta = 3/100 -- percent of screen to increment when resizing