aboutsummarylogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-01-16 11:26:15 +0100
committerAnselm R. Garbe2007-01-16 11:26:15 +0100
commit4bf922a0e8dbb9e503f98c728d8c88e8da8f6687 (patch)
tree79bd4e1c8ce0750c31c633d09c276d7b4e4a47f7 /config.default.h
parentc682171d85f9f0d749002d0a8fa01837ae393bbe (diff)
downloadaur-4bf922a0e8dbb9e503f98c728d8c88e8da8f6687.tar.gz
removed firefox rule from default.h
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h
index e8df6211f816..fd7f2a98410a 100644
--- a/config.default.h
+++ b/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 }, \
};