From a1d86fc43d831ce7b0fd3764e15852403fe927a4 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 29 Sep 2020 14:03:16 +0100 Subject: ~mfact 0.5 -> 0.55 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 482dcfa..4081736 100644 --- a/config.h +++ b/config.h @@ -50,7 +50,7 @@ static const Rule rules[] = { }; /* layout(s) */ -static const float mfact = 0.5; /* factor of master area size [0.05..0.95] */ +static const float mfact = 0.55; /* 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 */ -- cgit v1.2.3-13-gbd6f