소스 검색

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