aboutsummaryrefslogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-26 13:24:14 +0200
committerarg@mmvi <unknown>2006-09-26 13:24:14 +0200
commit97ced11e531f4e51d7ee248ae654a2b04daaad1c (patch)
tree1f9e58ac9889b07562b1d32ff53207ce9ecba1eb /config.default.h
parent4d6c4d36ceaa1ca8fae6199aee6df50f6187c755 (diff)
downloaddwm-97ced11e531f4e51d7ee248ae654a2b04daaad1c.tar.zst
changed order of colordefs in config.h's, changed config.arg.h to fit to new dmenu
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.default.h b/config.default.h
index 9c67d98..2808ddb 100644
--- a/config.default.h
+++ b/config.default.h
@@ -11,15 +11,15 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
#define TILESYMBOL "[]="
#define FONT "fixed"
-#define SELBGCOLOR "#666699"
-#define SELFGCOLOR "#eeeeee"
#define NORMBGCOLOR "#333366"
#define NORMFGCOLOR "#cccccc"
+#define SELBGCOLOR "#666699"
+#define SELFGCOLOR "#eeeeee"
#define STATUSBGCOLOR "#dddddd"
#define STATUSFGCOLOR "#222222"
-#define MODKEY Mod1Mask
#define MASTERW 60 /* percent */
+#define MODKEY Mod1Mask
#define KEYS \
static Key key[] = { \