aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-02-29 11:59:28 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-02-29 11:59:28 +0000
commitda1b3fa4379acc7431eaee1331e755ef5335011b (patch)
treee996690f374deaac5fb716a1d653adde7dfabef3 /config.def.h
parentad0a2fa042e7a23536c57089a2555b5242fc1cd5 (diff)
made tag names snappier
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 92f1cdc..a389dff 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,7 +12,7 @@
#define SELFGCOLOR "#ffffff"
/* old */
-const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
+const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
unsigned int vtags[LENGTH(tags)] = { 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 1 };
Rule rules[] = {