Set threeCol to default xmonad layout
This commit is contained in:
parent
1a593cb3b9
commit
3f7ad45ebe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user