removed firefox rule from default.h - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 6a5b41203e45d565b58b1e39e86f0e290cabdc20 DIR parent fbd310972db317fb32fdce292b86403cc5b696b8 HTML Author: Anselm R. Garbe <arg@suckless.org> Date: Tue, 16 Jan 2007 11:26:15 +0100 removed firefox rule from default.h Diffstat: M config.default.h | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git 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 }, \ };