aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2009-07-09 11:21:06 +0100
committerAnselm R Garbe2009-07-09 11:21:06 +0100
commit7d51e3c323853d31b42b552eb31f198fa739937c (patch)
tree90eb673a07aaad9aaade6e2aa9b788a6f016f51c /config.def.h
parent8e5e4c37b2e598a0089994b8ec80e5a46aa8ad43 (diff)
downloadaur-7d51e3c323853d31b42b552eb31f198fa739937c.tar.gz
restricting number of mons by length of monsyms
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index dfbbdd17747d..4dfc11b0058b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,7 +14,7 @@ static const Bool showbar = True; /* False means no bar */
static const Bool topbar = True; /* False means bottom bar */
/* monitor(s) symbols */
-static const char *monsyms[] = { "<1>", "<2>", "<3>", "<4>", "<5>" };
+static const char *monsyms[] = { "<1>", "<2>", "<3>", "<4>" };
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };