aboutsummaryrefslogtreecommitdiff
path: root/config.arg.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.arg.h
parentd37dfa1bedbfadb5d39aa1937e77d4fd44319018 (diff)
removed a bunch of lines, made mode symbols configurable
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.arg.h b/config.arg.h
index 9423833..76f5fcc 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -15,6 +15,8 @@ const char *tags[] = { "work", "net", "fnord", NULL };
#define NORMFGCOLOR "#cccccc"
#define STATUSBGCOLOR "#dddddd"
#define STATUSFGCOLOR "#222222"
+#define FLOATSYMBOL "><"
+#define TILEDSYMBOL "|="
#define MODKEY Mod1Mask
#define MASTERW 60 /* percent */