瀏覽代碼

added Acroread.* and MPlayer.* to config.arg.h rules

arg@10ksloc.org 19 年之前
父節點
當前提交
85e6d59956
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      config.arg.h

+ 2 - 0
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}, \
 };