dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit f1294353f200bf646b40d85906bac4d204eea5fa
parent 6649dcce6d7764a2a16345fa8e41759a7fa690f4
Author: arg@mmvi <unknown>
Date:   Tue, 18 Jul 2006 15:10:57 +0200

firefox instance is different now

Diffstat:
Mtag.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tag.c b/tag.c
@@ -12,7 +12,7 @@
 /* CUSTOMIZE */ 
 static Rule rule[] = {
     /* class            instance    tags                        isfloat */
-    { "Firefox-bin",    "Gecko",    { [Twww] = "www" },            False },
+    { "Firefox-bin",    "firefox-bin",    { [Twww] = "www" },            False },
 };
 
 /* extern */