treating acroread and mplayer floating by default
authorAnselm R. Garbe <arg@suckless.org>
Fri, 09 Feb 2007 11:58:37 +0100
changeset 743 cb8b18d787d0
parent 742 39b941868ce3
child 744 628c5bac7f3b
treating acroread and mplayer floating by default
config.default.h
--- a/config.default.h	Fri Feb 09 09:54:08 2007 +0100
+++ b/config.default.h	Fri Feb 09 11:58:37 2007 +0100
@@ -85,4 +85,6 @@
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
 	{ "Gimp.*",			NULL,		True }, \
+	{ "MPlayer.*",			NULL,		True }, \
+	{ "Acroread.*",			NULL,		True }, \
 };