From 3ee7066682d3234f6cc391f96654b41354d67461 Mon Sep 17 00:00:00 2001 From: weiss Date: Sun, 3 Nov 2024 21:35:51 +0100 Subject: [PATCH] change three cols ratio --- src/WeissXMonad.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/WeissXMonad.hs b/src/WeissXMonad.hs index cf0112a..933263c 100644 --- a/src/WeissXMonad.hs +++ b/src/WeissXMonad.hs @@ -100,8 +100,8 @@ myLayout = 1500 (threeCol ||| Full) (Mirror threeCol ||| mouseResizableTile {isMirrored = True, masterFrac = 0.7} ||| Full) - where - threeCol = ResizableThreeColMid 1 (3 / 100) (1 / 3) [] + where + threeCol = ResizableThreeColMid 1 (3 / 100) (3 / 5) [] myMulCol = multiCol [1, 1] 0 0.01 (-0.5) twoPane = TwoPane delta ratio myTall = Tall nmaster delta ratio @@ -124,8 +124,8 @@ myKeys = , ("M-", kill) , ("M-1", weissTreeActions) , ("M-2", weissSwitchFocus) - , ("M-", sendMessage Shrink) - , ("M-", sendMessage Expand) + , ("M-", sendMessage Shrink) + , ("M-", sendMessage Expand) , ("M-k", spawn myTerminal) , ( "M-p"