about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-10-26 11:21:45 +0200
committerarg@mig29 <unknown>2006-10-26 11:21:45 +0200
commit87324e680c318a5e63286c90e4443bb4c2898e11 (patch)
treece42afc8382f6d65e1de8d62e2c773a5cff9835e
parentc2b908f603bd30c9dcf9990ad3964b9864716c2a (diff)
downloaddwm-87324e680c318a5e63286c90e4443bb4c2898e11.tar.gz
changing MASTER in config.arg.h from 600 to 550 per thousand
-rw-r--r--config.arg.h2
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 \
#n121'>121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155