From ba0a4ff3066110843e171937e600e844f88648c3 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Fri, 16 Feb 2024 23:09:40 +0100 Subject: [PATCH] xmonad: Disable magnification of selected window --- modules/wm/xmonad/config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wm/xmonad/config.hs b/modules/wm/xmonad/config.hs index 486ac96..42fd91d 100644 --- a/modules/wm/xmonad/config.hs +++ b/modules/wm/xmonad/config.hs @@ -27,7 +27,7 @@ compileRestart resume = do myLayout = Docks.avoidStruts (tiled ||| Mirror tiled ||| Full ||| columns) where 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 ratio = 1/2 -- default proportion occupied by master pane delta = 3/100 -- percent of screen to increment when resizing