Explorar o código

treating acroread and mplayer floating by default

Anselm R. Garbe %!s(int64=18) %!d(string=hai) anos
pai
achega
e5765cdd84
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 }, \
 };