Commit 6a5b412

Anselm R. Garbe <arg@suckless.org>
2007-01-16 05:26:15
removed firefox rule from default.h
1 parent fbd3109
Changed files (1)
config.default.h
@@ -82,6 +82,5 @@ static Key key[] = { \
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Firefox.*",			"2",		False }, \
 	{ "Gimp.*",			NULL,		True }, \
 };