Procházet zdrojové kódy

using ff tiled again, seems to work perfectly with new bottom stack

Anselm R. Garbe před 19 roky
rodič
revize
c045459917
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      config.arg.h

+ 1 - 1
config.arg.h

@@ -64,7 +64,7 @@ static Key key[] = { \
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Firefox.*",			"net",		True}, \
+	{ "Firefox.*",			"net",		False}, \
 	{ "Gimp.*",			NULL,		True}, \
 	{ "MPlayer.*",			NULL,		True}, \
 	{ "Acroread.*",			NULL,		True}, \