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 | |
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
-rw-r--r-- | config.arg.h | 2 | ||||
-rw-r--r-- | config.default.h | 2 | ||||
-rw-r--r-- | dwm.1 | 2 |
3 files changed, 3 insertions, 3 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 }; \ 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 }; \ diff --git a/dwm.1 b/dwm.1 index 670a53b..974a965 100644 --- a/dwm.1 +++ b/dwm.1 @@ -1,4 +1,4 @@ -.TH DWM 1 dwm-0.6 +.TH DWM 1 dwm-0.7 .SH NAME dwm \- dynamic window manager .SH SYNOPSIS |