[XMonad] Make multiCol the default layout

This commit is contained in:
Ivan Malison 2016-10-05 01:12:50 -07:00
parent 3c7a8c1d03
commit 9fb809b9b2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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