JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed firefox rule from default.h
authorAnselm R. Garbe <arg@suckless.org>
Tue, 16 Jan 2007 10:26:15 +0000 (11:26 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Tue, 16 Jan 2007 10:26:15 +0000 (11:26 +0100)
config.default.h

index e8df621..fd7f2a9 100644 (file)
@@ -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 }, \
 };