wlr-layer-shell on_demand grabbing input #12663
Replies: 2 comments 1 reply
|
I agree, can you give a repro config or a minimal C client or something? |
1 reply
|
I'll be closing this, as most other compositors handle this the same way as Hyprland (except for sway). Thanks for your input :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! SwayNotificationCenter dev here
It seems like people are experiencing issues with SwayNotificationCenter grabbing focus when the layer surface changes its
keyboard_interactivitystate from none toon_demand.This also seems to be the case with niri but not Sway.
The Wayland protocol states that this feature is "implementation-defined", but I feel like grabbing the input on surface commit should only be used for the
exclusivestate.Any thoughts?
All reactions