Browse Source

treating acroread and mplayer floating by default

Anselm R. Garbe 18 năm trước cách đây
mục cha
commit
e5765cdd84
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 }, \
 };