aboutsummaryrefslogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-02 17:19:22 +0200
committerarg@10ksloc.org <unknown>2006-08-02 17:19:22 +0200
commit1bf0c4a8e7892896bb8ed1693f36f1de5285e46c (patch)
treecc4129f8b7a8d74d0646e5931b02df92d62c0c21 /config.default.h
parent863656d2bcb60b58fd89194cc00e956821e2c204 (diff)
downloaddwm-1bf0c4a8e7892896bb8ed1693f36f1de5285e46c.tar.zst
changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h
index 1e8cb39..3b6eb16 100644
--- a/config.default.h
+++ b/config.default.h
@@ -21,7 +21,7 @@ char *tags[TLast] = { \
#define BORDERCOLOR "#9999CC"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask
-#define MASTERW 52 /* percent */
+#define MASTERW 60 /* percent */
#define KEYS \
const char *term[] = { "xterm", NULL }; \