config.arg.h
changeset 758 63ad05e7f9e1
parent 739 7834ffd650d5
child 769 dc60583894e0
--- a/config.arg.h	Wed Feb 14 09:09:18 2007 +0100
+++ b/config.arg.h	Wed Feb 14 09:31:23 2007 +0100
@@ -87,8 +87,8 @@
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Firefox.*",			"3",		False }, \
-	{ "Gimp.*",			NULL,		True }, \
-	{ "MPlayer.*",			NULL,		True }, \
-	{ "Acroread.*",			NULL,		True }, \
+	{ "Firefox",			"3",		False }, \
+	{ "Gimp",			NULL,		True }, \
+	{ "MPlayer",			NULL,		True }, \
+	{ "Acroread",			NULL,		True }, \
 };