added Acroread.* and MPlayer.* to config.arg.h rules
This commit is contained in:
parent
95e8d12b71
commit
85e6d59956
1 changed files with 2 additions and 0 deletions
|
@ -68,4 +68,6 @@ static Rule rule[] = { \
|
||||||
/* class:instance tags isfloat */ \
|
/* class:instance tags isfloat */ \
|
||||||
{ "Firefox.*", { [Tnet] = "net" }, False }, \
|
{ "Firefox.*", { [Tnet] = "net" }, False }, \
|
||||||
{ "Gimp.*", { 0 }, True}, \
|
{ "Gimp.*", { 0 }, True}, \
|
||||||
|
{ "MPlayer.*", { 0 }, True}, \
|
||||||
|
{ "Acroread.*", { 0 }, True}, \
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue