Set threeCol to default xmonad layout

This commit is contained in:
Jacob Hinkle 2022-09-08 12:20:35 -04:00
parent 1a593cb3b9
commit 3f7ad45ebe

View File

@ -52,7 +52,7 @@ myConfig = def
[("M-S-" ++ w, windows $ W.shift w) | w <- addlWorkspaces] [("M-S-" ++ w, windows $ W.shift w) | w <- addlWorkspaces]
) )
myLayout = tiled ||| Mirror tiled ||| Full ||| threeCol myLayout = threeCol ||| tiled ||| Mirror tiled ||| Full
where where
--threeCol = magnifiercz' 1.3 $ ThreeColMid nmaster delta ratio --threeCol = magnifiercz' 1.3 $ ThreeColMid nmaster delta ratio
threeCol = ThreeColMid nmaster delta ratio threeCol = ThreeColMid nmaster delta ratio