config.default.h
changeset 758 63ad05e7f9e1
parent 743 cb8b18d787d0
child 769 dc60583894e0
equal deleted inserted replaced
757:22dfaeb82491 758:63ad05e7f9e1
    82 /* Query class:instance:title for regex matching info with following command:
    82 /* Query class:instance:title for regex matching info with following command:
    83  * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
    83  * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
    84 #define RULES \
    84 #define RULES \
    85 static Rule rule[] = { \
    85 static Rule rule[] = { \
    86 	/* class:instance:title regex	tags regex	isfloat */ \
    86 	/* class:instance:title regex	tags regex	isfloat */ \
    87 	{ "Gimp.*",			NULL,		True }, \
    87 	{ "Gimp",			NULL,		True }, \
    88 	{ "MPlayer.*",			NULL,		True }, \
    88 	{ "MPlayer",			NULL,		True }, \
    89 	{ "Acroread.*",			NULL,		True }, \
    89 	{ "Acroread",			NULL,		True }, \
    90 };
    90 };