removed firefox rule from default.h
authorAnselm R. Garbe <arg@suckless.org>
Tue, 16 Jan 2007 11:26:15 +0100
changeset 695 5e3b652f3c17
parent 694 dd2e2c947b1c
child 696 b63bc9c26b2f
removed firefox rule from default.h
config.default.h
--- a/config.default.h	Tue Jan 16 11:25:10 2007 +0100
+++ b/config.default.h	Tue Jan 16 11:26:15 2007 +0100
@@ -82,6 +82,5 @@
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Firefox.*",			"2",		False }, \
 	{ "Gimp.*",			NULL,		True }, \
 };