Browse Source

slight change to config.arg.h (I use ff floating)

master
arg@mmvi 18 years ago
parent
commit
e34c4eaf61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.arg.h

+ 1
- 1
config.arg.h View File

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


Loading…
Cancel
Save