Commit 85e6d59

arg@10ksloc.org <unknown>
2006-08-02 10:38:21
added Acroread.* and MPlayer.* to config.arg.h rules
1 parent 95e8d12
Changed files (1)
config.arg.h
@@ -68,4 +68,6 @@ static Rule rule[] = { \
 	/* class:instance	tags				isfloat */ \
 	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
 	{ "Gimp.*",		{ 0 },				True}, \
+	{ "MPlayer.*",		{ 0 },				True}, \
+	{ "Acroread.*",		{ 0 },				True}, \
 };