config.default.h
changeset 695 5e3b652f3c17
parent 694 dd2e2c947b1c
child 700 f05c825db96b
equal deleted inserted replaced
694:dd2e2c947b1c 695:5e3b652f3c17
    80 /* Query class:instance:title for regex matching info with following command:
    80 /* Query class:instance:title for regex matching info with following command:
    81  * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
    81  * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
    82 #define RULES \
    82 #define RULES \
    83 static Rule rule[] = { \
    83 static Rule rule[] = { \
    84 	/* class:instance:title regex	tags regex	isfloat */ \
    84 	/* class:instance:title regex	tags regex	isfloat */ \
    85 	{ "Firefox.*",			"2",		False }, \
       
    86 	{ "Gimp.*",			NULL,		True }, \
    85 	{ "Gimp.*",			NULL,		True }, \
    87 };
    86 };