Browse Source

using shorter tags, using mon instead of cert

master
Anselm R. Garbe 18 years ago
parent
commit
16ed879524
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.arg.h

+ 2
- 2
config.arg.h View 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 }, \


Loading…
Cancel
Save