added Acroread.* and MPlayer.* to config.arg.h rules

This commit is contained in:
arg@10ksloc.org 2006-08-02 16:38:21 +02:00
parent 95e8d12b71
commit 85e6d59956
1 changed files with 2 additions and 0 deletions

View File

@ -68,4 +68,6 @@ static Rule rule[] = { \
/* class:instance tags isfloat */ \
{ "Firefox.*", { [Tnet] = "net" }, False }, \
{ "Gimp.*", { 0 }, True}, \
{ "MPlayer.*", { 0 }, True}, \
{ "Acroread.*", { 0 }, True}, \
};