X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/df74b26e5dfa3ae0f3f66107a562be6ac46ee0c3..8c334ee078a682a4e5b01aad6b12d24cf9be26d6:/config.default.h?ds=inline

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 */ \