forked from colonelpanic/dotfiles
[XMonad] Make multiCol the default layout
This commit is contained in:
parent
3c7a8c1d03
commit
9fb809b9b2
@ -55,7 +55,7 @@ addKeys conf@XConfig {modMask = modm} =
|
|||||||
, (W.shift, shiftMask)
|
, (W.shift, shiftMask)
|
||||||
, (shiftThenView, controlMask)]]
|
, (shiftThenView, controlMask)]]
|
||||||
|
|
||||||
layouts = tiled ||| Full ||| multiCol [1, 1] 2 0.01 (-0.5)
|
layouts = multiCol [1, 1] 2 0.01 (-0.5) ||| Full ||| tiled
|
||||||
where
|
where
|
||||||
tiled = Tall 1 (3/100) (1/2)
|
tiled = Tall 1 (3/100) (1/2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user