using shorter tags, using mon instead of cert

This commit is contained in:
Anselm R. Garbe 2007-01-05 22:27:26 +01:00
parent 20d7b5d058
commit 16ed879524
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*/ */
#define TAGS \ #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 DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>" #define FLOATSYMBOL "><>"
@ -69,7 +69,7 @@ static Key key[] = { \
#define RULES \ #define RULES \
static Rule rule[] = { \ static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \ /* class:instance:title regex tags regex isfloat */ \
{ "Firefox.*", "net", False }, \ { "Firefox.*", "www", False }, \
{ "Gimp.*", NULL, True }, \ { "Gimp.*", NULL, True }, \
{ "MPlayer.*", NULL, True }, \ { "MPlayer.*", NULL, True }, \
{ "Acroread.*", NULL, True }, \ { "Acroread.*", NULL, True }, \