using shorter tags, using mon instead of cert
Anselm R. Garbe arg@suckless.org
Fri, 05 Jan 2007 22:27:26 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
config.arg.h
→
config.arg.h
@@ -3,7 +3,7 @@ * See LICENSE file for license details.
*/ #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 }, \