-
Notifications
You must be signed in to change notification settings - Fork 281
WIP: allow xwayland clients to change the override_redirect flag #445
base: wlroots-next
Are you sure you want to change the base?
Conversation
Is this PR ready yet? And if not, what work still needs to be done? I'm willing to finish this PR myself if you tell me what's left to be done here |
I managed to avoid the menus closing themselves but they do not receive pointer input when they are above their main window |
I tried |
Interesting, I've just applied this PR to my |
Would this bit of code from Sway be any help?
Looks like the end bit is the most important:
|
Seems promising, what function does it come from? |
I'll dig around some more, but i found it here: swaywm/sway#6324 |
Here's the actual commit that they did: |
Found some more stuff...
then they add a signal:
then this thing:
Hope this helps... |
Hm, destroying and creating again the client does not seem to work: https://github.com/sevz17/dwl/tree/fix-unmanaged-v2 |
Well, i tried :) |
Closes: #432