firefox instance is different now - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f1294353f200bf646b40d85906bac4d204eea5fa
 (DIR) parent 6649dcce6d7764a2a16345fa8e41759a7fa690f4
 (HTM) Author: arg@mmvi <unknown>
       Date:   Tue, 18 Jul 2006 15:10:57 +0200
       
       firefox instance is different now
       
       Diffstat:
         M tag.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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 */