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

input: move dmps activation to input listeners #7721

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

PaideiaDilemma
Copy link
Contributor

Describe your PR, what does it fix/add?

Moves dmps activation for misc:key_press_enables_dpms and misc:mouse_move_enables_dpms to input listeners.

As suggested in #7718.

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

Since the option for mouse enables dpms is called "mouse_move", the following events currently don't trigger dmps on:

  • button (mouseButton)
  • axit (mouseWheel)

I also omitted the "swipeUpdate", "swipeEnd" (same for pinch) and "up" events, since their initiating event would already handle dmps.

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

Ready

@vaxerski vaxerski merged commit 8237d7e into hyprwm:main Sep 9, 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.

2 participants