author | Anselm R.Garbe <arg@10ksloc.org> |
Thu, 17 Aug 2006 09:44:17 +0200 | |
changeset 312 | 8373e295cb04 |
parent 311 | 099c595c53e6 |
child 313 | 8b109976c594 |
config.default.h | file | annotate | diff | comparison | revisions |
--- a/config.default.h Thu Aug 17 09:37:43 2006 +0200 +++ b/config.default.h Thu Aug 17 09:44:17 2006 +0200 @@ -49,7 +49,7 @@ }; /* Query class:instance for regex matching info with following command: - * xprop | grep WM_CLASS | sed 's/"//g;s/,//g' | awk '{ printf("%s:%s", $4, $3) }' */ + * xprop | awk -F'"' '/^WM_CLASS/ { printf "%s:%s\n", $4, $2 }'*/ #define RULES \ static Rule rule[] = { \ /* class:instance regex tags regex isfloat */ \