JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
using shorter tags, using mon instead of cert
authorAnselm R. Garbe <arg@suckless.org>
Fri, 5 Jan 2007 21:27:26 +0000 (22:27 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 5 Jan 2007 21:27:26 +0000 (22:27 +0100)
config.arg.h

index 33597ee..752c40f 100644 (file)
@@ -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            "><>"
@@ -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 }, \