Skip to content

feat(wlr/taskbar): add scroll wheel support and discrete minimize act… - #5234

Open
JuustKiwi wants to merge 2 commits into
Alexays:masterfrom
JuustKiwi:feat/taskbar-scroll-actions
Open

feat(wlr/taskbar): add scroll wheel support and discrete minimize act…#5234
JuustKiwi wants to merge 2 commits into
Alexays:masterfrom
JuustKiwi:feat/taskbar-scroll-actions

Conversation

@JuustKiwi

Copy link
Copy Markdown
Contributor

What does this PR do?
This PR adds the ability to use the scroll wheel on taskbar buttons (e.g., scrolling up to minimize, scrolling down to restore).

While testing this, I realized that using the standard minimize toggle action with a scroll wheel causes the window to flicker too much, since a single swipe of a mouse wheel or touchpad sends dozens of rapid events. To fix this, I added two new one-way actions, minimize-only and unminimize.

Related issues
This feature was mentioned in issue #5071

Checklist

  • [ x ] Code is formatted with clang-format
  • [ x ] Builds locally (ninja -C build)
  • [ x ] Man page updated for any new/changed user-facing option (man/)
  • [ x ] Tested against the affected module(s)

@JuustKiwi
JuustKiwi force-pushed the feat/taskbar-scroll-actions branch from a512055 to 4674545 Compare August 4, 2026 12:28
@JuustKiwi
JuustKiwi force-pushed the feat/taskbar-scroll-actions branch from 4674545 to a00dfd6 Compare August 4, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant