about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-29 18:40:32 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-29 18:40:32 +0200
commitc045459917ef3197fec75fa951d2f9d6f9bf3a3d (patch)
treef51d8118948eb5a5c43da4521e29adb7e96a76d2
parente0f64e63db654330bf4219a25b8989a72123d661 (diff)
downloaddwm-c045459917ef3197fec75fa951d2f9d6f9bf3a3d.tar.gz
using ff tiled again, seems to work perfectly with new bottom stack
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
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}, \