-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
[FR] add 'role' for 'confirm_dialog' #774
Comments
Hello,
I'm sure that I didn't cover all cases where dialogs are used and not sure if setting 'role' property hasn't any side effects. P.S. For those who interested why I need them this is the story. I'm using AwesomeWM and 'quake' library to make spacefm quake-alike application (hide and show on keystroke). The library uses 'instance' to know what window to operate on. Unfortunately, all windows and dialogs that spacefm creates share the same 'instance' but some of them has 'role' property. I changed 'quake' library a bit (see this feature request) so now it uses 'role' if it was set. Now if all dialogs would have 'role' they could be distinguished from "main" spacefm window and I could set different properties on them (size and position). |
Hello,
most but seems not all spacefm windows (dialogs) set specific 'role' XPROPERTY. One dialog that doesn't have the 'role' is
confirm_dialog
. The patch below sets the 'role' for it.The text was updated successfully, but these errors were encountered: