From 71cc9e0fcfd02a665d0859888d2ab3e81d2bda2c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 19 Jan 2022 00:29:04 +0300 Subject: feat: change master width to 75% --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a5914c1..dc10d22 100644 --- a/config.def.h +++ b/config.def.h @@ -30,7 +30,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.75; /* 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