JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed wrong tagging stuff
[dwm.git] / config.def.h
index dedcc61..3cb562a 100644 (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 },