Open
Description
I have been going through old issues, but I have not found a way to set a scroll step/speed. For all the modules that support scrolling, my input is extremely fast. For example the media player will move at least 5-6 songs with the shortest scroll I can possibly do. Similarly for brightness, volume, workspaces (media player is by far the worse).
Is there a way to change this behavior within waybar? I wouldn't want to change scrolling speed at a system or sway level.
A note: while the media player is a custom script, the scroll is simply:
"on-scroll-up": "playerctl next"
. I have tried adding an && sleep 1
, but it just hangs for a second before skipping the usual 5 songs.