treating acroread and mplayer floating by default

This commit is contained in:
Anselm R. Garbe 2007-02-09 11:58:37 +01:00
parent 8d0e58f80b
commit e5765cdd84
1 changed files with 2 additions and 0 deletions

View File

@ -85,4 +85,6 @@ static Key key[] = { \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
{ "Gimp.*", NULL, True }, \
{ "MPlayer.*", NULL, True }, \
{ "Acroread.*", NULL, True }, \
};