From 8a6616cdfefa0d05eb14873c3d766ce4d45a7dc8 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 12 Apr 2022 16:20:11 +0300 Subject: [PATCH] style(prog/xmonad): change pane ratio --- programs/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/xmonad/xmonad.hs b/programs/xmonad/xmonad.hs index 2191bfd..c2e4b16 100644 --- a/programs/xmonad/xmonad.hs +++ b/programs/xmonad/xmonad.hs @@ -193,7 +193,7 @@ myLayout = avoidStruts (tiled ||| Mirror tiled ||| Full) nmaster = 1 -- Default proportion of screen occupied by master pane - ratio = 1/4 + ratio = 1/1.5 -- Percent of screen to increment by when resizing panes delta = 3/100