aboutsummaryrefslogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-16 11:26:15 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-16 11:26:15 +0100
commit6a5b41203e45d565b58b1e39e86f0e290cabdc20 (patch)
treeda80615270947cb76c679e7197632748c6b76d5b /config.default.h
parentfbd310972db317fb32fdce292b86403cc5b696b8 (diff)
downloaddwm-6a5b41203e45d565b58b1e39e86f0e290cabdc20.tar.zst
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 e8df621..fd7f2a9 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 }, \
};