X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.default.h;h=387b24fa491dbe4e2d23891eeb91a6d97839608f;hp=9d99794f1bd224ffcddd7f74ebb8eb94694b369a;hb=b43989207a949cbc17182b451aa527afe542c98f;hpb=df74b26e5dfa3ae0f3f66107a562be6ac46ee0c3 diff --git a/config.default.h b/config.default.h index 9d99794..387b24f 100644 --- a/config.default.h +++ b/config.default.h @@ -48,6 +48,8 @@ static Key key[] = { \ { MODKEY|ShiftMask, XK_q, quit, { 0 } }, \ }; +/* Query class:instance for regex matching info with following command: + * xprop | awk -F'"' '/^WM_CLASS/ { printf "%s:%s\n", $4, $2 }'*/ #define RULES \ static Rule rule[] = { \ /* class:instance regex tags regex isfloat */ \