xmonad-config
xmonad-config copied to clipboard
comment suggestion
https://github.com/randomthought/xmonad-config/blob/ea896fb6f8a8ce9975e9c86ceb924a38d63a6403/xmonad.hs#L83
you could use xprop WM_CLASS directly to only output the requested property. Works also with multiple properties like this xprop WM_CLASS WM_NAME.
Thanks for the pointer to resource, though.