tusing shorter tags, using mon instead of cert - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 16ed87952461da1d2db2254d1ad5da37f0b147c1
 (DIR) parent 20d7b5d05884abaa03d92942eb6ec9ba5365a468
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Fri,  5 Jan 2007 22:27:26 +0100
       
       using shorter tags, using mon instead of cert
       Diffstat:
         M config.arg.h                        |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       t@@ -3,7 +3,7 @@
         */
        
        #define TAGS \
       -const char *tags[] = { "local", "remote", "net", "cert", "fnord", NULL };
       +const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL };
        
        #define DEFMODE                        dotile                /* dofloat */
        #define FLOATSYMBOL                "><>"
       t@@ -69,7 +69,7 @@ static Key key[] = { \
        #define RULES \
        static Rule rule[] = { \
                /* class:instance:title regex        tags regex        isfloat */ \
       -        { "Firefox.*",                        "net",                False }, \
       +        { "Firefox.*",                        "www",                False }, \
                { "Gimp.*",                        NULL,                True }, \
                { "MPlayer.*",                        NULL,                True }, \
                { "Acroread.*",                        NULL,                True }, \