style(prog/xmonad): change pane ratio

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-12 16:20:11 +03:00
parent 33b07ce43e
commit 8a6616cdfe

View file

@ -193,7 +193,7 @@ myLayout = avoidStruts (tiled ||| Mirror tiled ||| Full)
nmaster = 1 nmaster = 1
-- Default proportion of screen occupied by master pane -- Default proportion of screen occupied by master pane
ratio = 1/4 ratio = 1/1.5
-- Percent of screen to increment by when resizing panes -- Percent of screen to increment by when resizing panes
delta = 3/100 delta = 3/100