diff options
author | arg@10ksloc.org <unknown> | 2006-08-02 17:19:22 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-02 17:19:22 +0200 |
commit | 1bf0c4a8e7892896bb8ed1693f36f1de5285e46c (patch) | |
tree | cc4129f8b7a8d74d0646e5931b02df92d62c0c21 /config.arg.h | |
parent | 863656d2bcb60b58fd89194cc00e956821e2c204 (diff) | |
download | dwm-1bf0c4a8e7892896bb8ed1693f36f1de5285e46c.tar.gz |
changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now
Diffstat (limited to 'config.arg.h')
-rw-r--r-- | config.arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h index 2e84b7d..593e4ea 100644 --- a/config.arg.h +++ b/config.arg.h @@ -21,7 +21,7 @@ char *tags[TLast] = { \ #define BORDERCOLOR "#176164" #define MODKEY Mod1Mask #define NUMLOCKMASK Mod2Mask -#define MASTERW 52 /* percent */ +#define MASTERW 60 /* percent */ #define KEYS \ const char *browse[] = { "firefox", NULL }; \ |