config.default.h
changeset 545 18b3666eae17
parent 532 651f2c868b31
child 551 798b906378d6
equal deleted inserted replaced
544:88ebcfe64c2d 545:18b3666eae17
    59  * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
    59  * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
    60 #define RULES \
    60 #define RULES \
    61 static Rule rule[] = { \
    61 static Rule rule[] = { \
    62 	/* class:instance:title regex	tags regex	isfloat */ \
    62 	/* class:instance:title regex	tags regex	isfloat */ \
    63 	{ "Firefox.*",			"2",		False }, \
    63 	{ "Firefox.*",			"2",		False }, \
    64 	{ "Gimp.*",			NULL,		True}, \
    64 	{ "Gimp.*",			NULL,		True }, \
    65 };
    65 };