diff options
author | arg@mmvi <unknown> | 2006-07-18 15:10:57 +0200 |
---|---|---|
committer | arg@mmvi <unknown> | 2006-07-18 15:10:57 +0200 |
commit | f1294353f200bf646b40d85906bac4d204eea5fa (patch) | |
tree | ae78465fbc03940be831bd3b2c10263764091443 | |
parent | 6649dcce6d7764a2a16345fa8e41759a7fa690f4 (diff) | |
download | dwm-f1294353f200bf646b40d85906bac4d204eea5fa.tar.gz |
firefox instance is different now
-rw-r--r-- | tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |