-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of layer shell surface with exclusive interactivity
This should now match the protocol specification, and how Sway behaves. If a surface in the `Top` or `Overlay` has `KeyboardInteractivity::Exclusive`, only that surface can have keyboard focus. If multiple surfaces do, focus can be changed between those with keyboard exclusivity on the highest layer. This is similar to session lock surfaces, except a session lock takes precedence. This fixes the behavior of keyboard focus in `cosmic-greeter`, with the current layer-shell based implementation.
- Loading branch information
Showing
1 changed file
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters