treating acroread and mplayer floating by default
e5765cdd
1 file(s) · +2 −0
| 85 | 85 | static Rule rule[] = { \ |
|
| 86 | 86 | /* class:instance:title regex tags regex isfloat */ \ |
|
| 87 | 87 | { "Gimp.*", NULL, True }, \ |
|
| 88 | + | { "MPlayer.*", NULL, True }, \ |
|
| 89 | + | { "Acroread.*", NULL, True }, \ |
|
| 88 | 90 | }; |