From: Anselm R. Garbe Date: Fri, 29 Sep 2006 16:40:32 +0000 (+0200) Subject: using ff tiled again, seems to work perfectly with new bottom stack X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=c045459917ef3197fec75fa951d2f9d6f9bf3a3d using ff tiled again, seems to work perfectly with new bottom stack --- 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}, \