added Acroread.* and MPlayer.* to config.arg.h rules
authorarg@10ksloc.org
Wed, 02 Aug 2006 16:38:21 +0200
changeset 165 4d828b431b72
parent 164 21071ae1fe68
child 166 e0535db04dfe
added Acroread.* and MPlayer.* to config.arg.h rules
config.arg.h
--- a/config.arg.h	Wed Aug 02 16:32:05 2006 +0200
+++ b/config.arg.h	Wed Aug 02 16:38:21 2006 +0200
@@ -68,4 +68,6 @@
 	/* class:instance	tags				isfloat */ \
 	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
 	{ "Gimp.*",		{ 0 },				True}, \
+	{ "MPlayer.*",		{ 0 },				True}, \
+	{ "Acroread.*",		{ 0 },				True}, \
 };