X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.def.h;h=3cb562a77ec05f53cf8ec6e9b8e7cd59fafc56df;hp=dedcc61267aa47d5b8c34777c832278225a4c412;hb=7a496e9777f2656987ba86dbba1e87a46a483fac;hpb=308f95ae5ad6c00fcf15aa26481a9962ceabb796 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 },