dwm-meillo

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
parents 21071ae1fe68
children e0535db04dfe
files config.arg.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Wed Aug 02 16:32:05 2006 +0200
     1.2 +++ b/config.arg.h	Wed Aug 02 16:38:21 2006 +0200
     1.3 @@ -68,4 +68,6 @@
     1.4  	/* class:instance	tags				isfloat */ \
     1.5  	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
     1.6  	{ "Gimp.*",		{ 0 },				True}, \
     1.7 +	{ "MPlayer.*",		{ 0 },				True}, \
     1.8 +	{ "Acroread.*",		{ 0 },				True}, \
     1.9  };