From 87a6d6e840bcdcbfd7ab19a26c3d739ee0cc5cad Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 22 Jan 2022 23:39:55 -0500 Subject: config: Set mfact to 50% --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 98a05c2..8b07f3c 100644 --- a/config.def.h +++ b/config.def.h @@ -31,7 +31,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.50; /* 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