From: Anselm R. Garbe Date: Tue, 16 Jan 2007 10:26:15 +0000 (+0100) Subject: removed firefox rule from default.h X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=6a5b41203e45d565b58b1e39e86f0e290cabdc20 removed firefox rule from default.h --- 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 }, \ };