From 9dbff77e00b4bbe0b12c02dcd87af2dc6e242f10 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 27 Sep 2016 17:26:06 -0700 Subject: [PATCH] [XMonad] Make all columns have the same width --- dotfiles/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index e3165b3d..a5cc7ba8 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -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)