changeset 695:5e3b652f3c17

removed firefox rule from default.h
author Anselm R. Garbe <arg@suckless.org>
date Tue, 16 Jan 2007 11:26:15 +0100
parents dd2e2c947b1c
children b63bc9c26b2f
files config.default.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 }, \
 };