Browse Source

using ff tiled again, seems to work perfectly with new bottom stack

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

+ 1
- 1
config.arg.h View File

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


Loading…
Cancel
Save