From 41d1709c5d7ca48ec66d3cb4eee601973553bcb2 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 18 Aug 2024 14:57:03 +0400 Subject: master stack ratio changed --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index c7bd60a..827889f 100644 --- a/config.h +++ b/config.h @@ -38,7 +38,7 @@ static const Rule rules[] = { }; /* layout(s) */ -static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ +static const float mfact = 0.65; /* factor of master area size [0.05..0.95] */ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ -- cgit v1.2.3