treating acroread and mplayer floating by default e5765cdd
Anselm R. Garbe · 2007-02-09 11:58 1 file(s) · +2 −0
config.default.h +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
};