Преглед на файлове

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