From c045459917ef3197fec75fa951d2f9d6f9bf3a3d Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 29 Sep 2006 18:40:32 +0200 Subject: [PATCH] using ff tiled again, seems to work perfectly with new bottom stack --- config.arg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.arg.h b/config.arg.h index 7817825..47f7cd9 100644 --- a/config.arg.h +++ b/config.arg.h @@ -64,7 +64,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "net", True}, \ + { "Firefox.*", "net", False}, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \ -- 1.7.10.4