We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xmonad-config/xmonad.hs
Line 83 in ea896fb
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.
xprop WM_CLASS
xprop WM_CLASS WM_NAME
Thanks for the pointer to resource, though.
resource
The text was updated successfully, but these errors were encountered:
No branches or pull requests
xmonad-config/xmonad.hs
Line 83 in ea896fb
you could use
xprop WM_CLASS
directly to only output the requested property. Works also with multiple properties like thisxprop WM_CLASS WM_NAME
.Thanks for the pointer to
resource
, though.The text was updated successfully, but these errors were encountered: