using ff tiled again, seems to work perfectly with new bottom stack
This commit is contained in:
		@@ -64,7 +64,7 @@ static Key key[] = { \
 | 
				
			|||||||
#define RULES \
 | 
					#define RULES \
 | 
				
			||||||
static Rule rule[] = { \
 | 
					static Rule rule[] = { \
 | 
				
			||||||
	/* class:instance:title regex	tags regex	isfloat */ \
 | 
						/* class:instance:title regex	tags regex	isfloat */ \
 | 
				
			||||||
	{ "Firefox.*",			"net",		True}, \
 | 
						{ "Firefox.*",			"net",		False}, \
 | 
				
			||||||
	{ "Gimp.*",			NULL,		True}, \
 | 
						{ "Gimp.*",			NULL,		True}, \
 | 
				
			||||||
	{ "MPlayer.*",			NULL,		True}, \
 | 
						{ "MPlayer.*",			NULL,		True}, \
 | 
				
			||||||
	{ "Acroread.*",			NULL,		True}, \
 | 
						{ "Acroread.*",			NULL,		True}, \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user