[XMonad] Make all columns have the same width

This commit is contained in:
Ivan Malison 2016-09-27 17:26:06 -07:00
parent 52c531cd75
commit 9dbff77e00
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -51,7 +51,7 @@ addKeys conf@XConfig {modMask = modm} =
, (W.shift, shiftMask)
, (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
tiled = Tall 1 (3/100) (1/2)