aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-09-29 14:03:16 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-09-29 14:03:16 +0100
commita1d86fc43d831ce7b0fd3764e15852403fe927a4 (patch)
tree2b7da222b7b5c7d0de1e4930454da1cd6f236077 /config.h
parent578df4314390d323dac1dffb79528654c0c9ffde (diff)
downloaddwm-a1d86fc43d831ce7b0fd3764e15852403fe927a4.tar.gz
dwm-a1d86fc43d831ce7b0fd3764e15852403fe927a4.tar.bz2
dwm-a1d86fc43d831ce7b0fd3764e15852403fe927a4.zip
~mfact 0.5 -> 0.55
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 */