diff options
author | arg@mig29 <unknown> | 2006-10-26 11:21:45 +0200 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-10-26 11:21:45 +0200 |
commit | 87324e680c318a5e63286c90e4443bb4c2898e11 (patch) | |
tree | ce42afc8382f6d65e1de8d62e2c773a5cff9835e | |
parent | c2b908f603bd30c9dcf9990ad3964b9864716c2a (diff) | |
download | dwm-87324e680c318a5e63286c90e4443bb4c2898e11.tar.gz |
changing MASTER in config.arg.h from 600 to 550 per thousand
-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 35dac9b..fa9c019 100644 --- a/config.arg.h +++ b/config.arg.h @@ -17,7 +17,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define STATUSBGCOLOR "#222222" #define STATUSFGCOLOR "#9999cc" -#define MASTER 600 /* per thousand */ +#define MASTER 550 /* per thousand */ #define MODKEY Mod1Mask #define KEYS \ |