浏览代码

treating acroread and mplayer floating by default

Anselm R. Garbe 18 年之前
父节点
当前提交
e5765cdd84
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      config.default.h

+ 2 - 0
config.default.h

@@ -85,4 +85,6 @@ static Key key[] = { \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
 	{ "Gimp.*",			NULL,		True }, \
+	{ "MPlayer.*",			NULL,		True }, \
+	{ "Acroread.*",			NULL,		True }, \
 };