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
Is it just me or the lib doesn't have XGetWMHints available? Is there an alternative way to read WM_HINTS without it?
The text was updated successfully, but these errors were encountered:
It doesn't have XGetWMHints and I don't think it will
XGetWMHints
Sorry, something went wrong.
@riquenunes this library only provides low level X11 protocol serialisation/deserealisation. You can fill feature request to add WM_HINTS to https://github.com/santigimeno/node-ewmh (or manually read them, you use InternAtom / GetProperty / ChangeProperty to get WM_HINTS buffer and follow spec https://tronche.com/gui/x/icccm/sec-4.html to decode it values out
WM_HINTS
InternAtom
GetProperty
ChangeProperty
related - sidorares/ntk#19
No branches or pull requests
Is it just me or the lib doesn't have XGetWMHints available? Is there an alternative way to read WM_HINTS without it?
The text was updated successfully, but these errors were encountered: