config.def.h
changeset 1104 167446962e09
parent 1102 239f5ee65766
child 1105 8427b03e56db
--- a/config.def.h	Mon Feb 25 22:19:17 2008 +0000
+++ b/config.def.h	Tue Feb 26 22:51:23 2008 +0000
@@ -15,8 +15,8 @@
 const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
 int initags[LENGTH(tags)]    = { [0] = 1 };
 Rule rules[] = {
-	/* class:instance:title regex	tags regex	isfloating */
-	{ "Firefox",			"www",		False },
+	/* class:instance:title substr	tags ref	isfloating */
+	{ "Firefox",			tags[8],	False },
 	{ "Gimp",			NULL,		True },
 	{ "MPlayer",			NULL,		True },
 	{ "Acroread",			NULL,		True },