From: arg@mmvi Date: Tue, 18 Jul 2006 13:10:57 +0000 (+0200) Subject: firefox instance is different now X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=f1294353f200bf646b40d85906bac4d204eea5fa firefox instance is different now --- diff --git a/tag.c b/tag.c index d29a179..077c93c 100644 --- 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 */