config.arg.h
changeset 191 56fee1dc9d53
parent 190 713dcc7d2c42
child 207 836fb04ec317
--- a/config.arg.h	Fri Aug 04 13:42:40 2006 +0200
+++ b/config.arg.h	Fri Aug 04 14:40:32 2006 +0200
@@ -52,11 +52,10 @@
 };
 
 #define RULES \
-	const unsigned int two[] = { 2 }; \
 static Rule rule[] = { \
-	/* class:instance	tags		isfloat */ \
-	{ "Firefox.*",		two,		False }, \
-	{ "Gimp.*",		NULL,		True}, \
-	{ "MPlayer.*",		NULL,		True}, \
-	{ "Acroread.*",		NULL,		True}, \
+	/* class:instance regex		tags regex	isfloat */ \
+	{ "Firefox.*",			"net",		False }, \
+	{ "Gimp.*",			NULL,		True}, \
+	{ "MPlayer.*",			NULL,		True}, \
+	{ "Acroread.*",			NULL,		True}, \
 };