aewl
changeset 666:d2f14795c66c
using shorter tags, using mon instead of cert
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Fri, 05 Jan 2007 22:27:26 +0100 |
parents | 6d48add3b044 |
children | 70f19af50393 |
files | config.arg.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/config.arg.h Fri Jan 05 22:22:18 2007 +0100 1.2 +++ b/config.arg.h Fri Jan 05 22:27:26 2007 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 */ 1.5 1.6 #define TAGS \ 1.7 -const char *tags[] = { "local", "remote", "net", "cert", "fnord", NULL }; 1.8 +const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL }; 1.9 1.10 #define DEFMODE dotile /* dofloat */ 1.11 #define FLOATSYMBOL "><>" 1.12 @@ -69,7 +69,7 @@ 1.13 #define RULES \ 1.14 static Rule rule[] = { \ 1.15 /* class:instance:title regex tags regex isfloat */ \ 1.16 - { "Firefox.*", "net", False }, \ 1.17 + { "Firefox.*", "www", False }, \ 1.18 { "Gimp.*", NULL, True }, \ 1.19 { "MPlayer.*", NULL, True }, \ 1.20 { "Acroread.*", NULL, True }, \