fixed wrong tagging stuff

This commit is contained in:
anselm@anselm1
2007-12-22 12:49:04 +00:00
parent 308f95ae5a
commit 7a496e9777
2 changed files with 14 additions and 14 deletions

View File

@ -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 },