changeset 165:4d828b431b72

added Acroread.* and MPlayer.* to config.arg.h rules
author arg@10ksloc.org
date Wed, 02 Aug 2006 16:38:21 +0200 (2006-08-02)
parents 21071ae1fe68
children e0535db04dfe
files config.arg.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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}, \
 };