branch merge d8fad9bf
Anselm R Garbe · 2008-06-17 11:20 1 file(s) · +1 −1
config.def.h +1 −1
21 21
static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
22 22
23 23
static Rule rules[] = {
24 -
	/* class      instance    title       tags ref      isfloating */
24 +
	/* class      instance    title       tags mask     isfloating */
25 25
	{ "Gimp",     NULL,       NULL,       0,            True },
26 26
	{ "Firefox",  NULL,       NULL,       1 << 8,       True },
27 27
};