aboutsummaryrefslogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:12:32 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:12:32 +0200
commitaa471f2d65688f8cf4944c073ff05224bfac8a9c (patch)
tree9f8a15537aae4b5899d58b5c626487bcdf980cd6 /config.default.h
parentd37dfa1bedbfadb5d39aa1937e77d4fd44319018 (diff)
downloaddwm-aa471f2d65688f8cf4944c073ff05224bfac8a9c.tar.zst
removed a bunch of lines, made mode symbols configurable
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h
index 7716916..ed09158 100644
--- a/config.default.h
+++ b/config.default.h
@@ -15,6 +15,8 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
#define NORMFGCOLOR "#cccccc"
#define STATUSBGCOLOR "#dddddd"
#define STATUSFGCOLOR "#222222"
+#define FLOATSYMBOL "~"
+#define TILEDSYMBOL "#"
#define MODKEY Mod1Mask
#define MASTERW 60 /* percent */