about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authoranselm@anselm1 <unknown>2008-02-28 20:02:57 +0000
committeranselm@anselm1 <unknown>2008-02-28 20:02:57 +0000
commitf1719ac2de2aba270c2460807eacae137d3aeadf (patch)
tree3b61a93d8f13fb8a2162995668c799f5f28e6be6 /config.def.h
parentd99ec6148258bd7933f3359ba05080e95f9ecb71 (diff)
downloaddwm-f1719ac2de2aba270c2460807eacae137d3aeadf.tar.gz
removed initags -- we autoselect the first tag in each view instead
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9ecdac5..92f1cdc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,7 +14,6 @@
 /* old */
 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
 unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
-Bool initags[LENGTH(tags)]       = { [0] = True, [5] = True };
 
 Rule rules[] = {
 	/* class:instance:title substr	tags ref	isfloating */