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
(set-config-flags ...)
It's okay to set one single flags using
(set-config-flags :flag-window-resizable)
However, how can i compose multi falgs and set them?
I would like to use something like
(set-config-flags :flag-window-resizable :flag-window-topmost)
Or i have to use this ?
(set-window-state (logior #x00000004 #x00001000))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's okay to set one single flags using
However, how can i compose multi falgs and set them?
I would like to use something like
Or i have to use this ?
The text was updated successfully, but these errors were encountered: