commit 26d113cf52bc2a56b06e49ff3abe048da15e66fa
parent f6fa0b89598eefe20a1f98315bbf16f3646d48ac
Author: Matsuda Kenji <info@mtkn.jp>
Date: Sat, 7 Jan 2023 16:26:21 +0900
change mfact to split screen even
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -32,7 +32,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.5; /* 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 */