using shorter tags, using mon instead of cert
authorAnselm R. Garbe <arg@suckless.org>
Fri, 05 Jan 2007 22:27:26 +0100
changeset 666 d2f14795c66c
parent 665 6d48add3b044
child 667 70f19af50393
using shorter tags, using mon instead of cert
config.arg.h
--- a/config.arg.h	Fri Jan 05 22:22:18 2007 +0100
+++ b/config.arg.h	Fri Jan 05 22:27:26 2007 +0100
@@ -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 @@
 #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 }, \