summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2022-01-22 23:39:55 -0500
committerMatt Hunter <m@lfurio.us>2026-01-17 23:09:29 -0500
commit591417f16f0c985e91cfcb7b6d7d488447836563 (patch)
tree97d9101517446f68e3293caaf02efdca692bbed0
parentcd6c3d71ca4be0f3b561afa4d1413e38c77024d9 (diff)
downloaddwm-591417f16f0c985e91cfcb7b6d7d488447836563.tar.gz
dwm-591417f16f0c985e91cfcb7b6d7d488447836563.zip
config: Set mfact to 50%
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9359d2a..a414e31 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 */