Skip to content
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

layerSurface: fix layer being refocused every commit with on_demand #6487

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

outfoxxed
Copy link
Member

@outfoxxed outfoxxed commented Jun 13, 2024

Describe your PR, what does it fix/add?

Fixes #6477

The surface will now only receive focus when its keyboard interactivity is more than the previous keyboard interactivity in the order none -> on_demand -> exclusive.
The surface will now only receive focus when moving from a non exclusive to exclusive state.

Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)

no

Is it ready for merging, or does it need work?

ready to merge

Fixes hyprwm#6477

The surface will now only receive focus when its keyboard
interactivity is more than the previous keyboard interactivity in the
order none -> on_demand -> exclusive.
Copy link
Member

@vaxerski vaxerski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tanks!

@vaxerski vaxerski merged commit 9cd5b35 into hyprwm:main Jun 14, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v0.41.1 layer_shell changes broke on_demand keyboard_interactivity
2 participants