applied sanders somepatches.patch

This commit is contained in:
Anselm R. Garbe
2006-08-28 08:02:29 +02:00
parent 00e95e1f38
commit 2dd5212a79
4 changed files with 16 additions and 8 deletions

View File

@ -55,7 +55,7 @@ static Key key[] = { \
};
/* Query class:instance:title for regex matching info with following command:
* xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/{ printf("%s\n",$2) }' */
* xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
#define RULES \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \