Skip to content

Commit

Permalink
change three cols ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissP committed Nov 3, 2024
1 parent 1b79e3b commit 3ee7066
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/WeissXMonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -124,8 +124,8 @@ myKeys =
, ("M-<Escape>", kill)
, ("M-1", weissTreeActions)
, ("M-2", weissSwitchFocus)
, ("M-<Up>", sendMessage Shrink)
, ("M-<Down>", sendMessage Expand)
, ("M-<Left>", sendMessage Shrink)
, ("M-<Right>", sendMessage Expand)
, ("M-k", spawn myTerminal)
,
( "M-p"
Expand Down

0 comments on commit 3ee7066

Please sign in to comment.