Browse Source

applied sander's config.*h nitpick patch

master
arg@mig29 18 years ago
parent
commit
a08d83ba62
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      config.arg.h
  2. +1
    -1
      config.default.h

+ 4
- 4
config.arg.h View File

@ -59,8 +59,8 @@ static Key key[] = { \
#define RULES \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
{ "Firefox.*", "net", False}, \
{ "Gimp.*", NULL, True}, \
{ "MPlayer.*", NULL, True}, \
{ "Acroread.*", NULL, True}, \
{ "Firefox.*", "net", False }, \
{ "Gimp.*", NULL, True }, \
{ "MPlayer.*", NULL, True }, \
{ "Acroread.*", NULL, True }, \
};

+ 1
- 1
config.default.h View File

@ -61,5 +61,5 @@ static Key key[] = { \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
{ "Firefox.*", "2", False }, \
{ "Gimp.*", NULL, True}, \
{ "Gimp.*", NULL, True }, \
};

Loading…
Cancel
Save