From 3f7ad45ebed45556488230789634d15152b6a13e Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Thu, 8 Sep 2022 12:20:35 -0400 Subject: [PATCH] Set threeCol to default xmonad layout --- home/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/xmonad.hs b/home/xmonad.hs index fdb7057..0799da8 100644 --- a/home/xmonad.hs +++ b/home/xmonad.hs @@ -52,7 +52,7 @@ myConfig = def [("M-S-" ++ w, windows $ W.shift w) | w <- addlWorkspaces] ) -myLayout = tiled ||| Mirror tiled ||| Full ||| threeCol +myLayout = threeCol ||| tiled ||| Mirror tiled ||| Full where --threeCol = magnifiercz' 1.3 $ ThreeColMid nmaster delta ratio threeCol = ThreeColMid nmaster delta ratio