aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authoranselm@anselm1 <unknown>2007-12-22 12:49:04 +0000
committeranselm@anselm1 <unknown>2007-12-22 12:49:04 +0000
commit7a496e9777f2656987ba86dbba1e87a46a483fac (patch)
treea3ce9d4fd881b04c3d8aa187b4b0104da1d147dd /config.def.h
parent308f95ae5ad6c00fcf15aa26481a9962ceabb796 (diff)
fixed wrong tagging stuff
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 dedcc61..3cb562a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,7 +13,7 @@
/* tagging */
const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
-Bool seltags[LENGTH(tags)] = {[0] = True};
+Bool initags[LENGTH(tags)] = {[0] = True};
Rule rules[] = {
/* class:instance:title regex tags regex isfloating */
{ "Firefox", "www", False },