From ba5df1bfc34c5130aeb649e7aa3256a02ec36acb Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Sun, 28 Jan 2024 13:55:16 +0100 Subject: [PATCH] changed master window to 50% --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 9748ec5..e4948b4 100644 --- a/config.h +++ b/config.h @@ -60,7 +60,7 @@ static const Rule rules[] = { }; /* layout(s) */ -static float mfact = 0.55; /* factor of master area size [0.05..0.95] */ +static float mfact = 0.5; /* factor of master area size [0.05..0.95] */ static int nmaster = 1; /* number of clients in master area */ static int resizehints = 0; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */