forked from colonelpanic/dotfiles
[XMonad] Make all columns have the same width
This commit is contained in:
parent
52c531cd75
commit
9dbff77e00
@ -51,7 +51,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 (1/3)
|
layouts = tiled ||| Full ||| multiCol [1, 1] 2 0.01 (-0.5)
|
||||||
where
|
where
|
||||||
tiled = Tall 1 (3/100) (1/2)
|
tiled = Tall 1 (3/100) (1/2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user