Pārlūkot izejas kodu

treating acroread and mplayer floating by default

Anselm R. Garbe 18 gadi atpakaļ
vecāks
revīzija
e5765cdd84
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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 }, \
 };