changeset 1075 | e3916ef44cf0 |
parent 1074 | 239bb2d7c7da |
child 1076 | 591632523d96 |
--- a/config.def.h Sat Dec 22 12:26:24 2007 +0000 +++ b/config.def.h Sat Dec 22 12:49:04 2007 +0000 @@ -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 },