You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when scrolling on widgets with a touchpad, scroll speed is too fast. its not a big issue with a volume widget, but that makes workspace scroll unusable. also, there is a bug: when you release touchpad, scroll makes one step down. so, when you, for example, scroll the volume to 100, it gets to 99. when from 99 to 50, it gets to 49 (if step is 1%)
To Reproduce
Steps to reproduce the behavior:
use my config, hyprland and touchpad. try to scroll on volume and workspace widgets
Expected behavior
scrolling is 2-5 times slower, but if you want to scroll faster, you.. scroll faster. maybe assume some distance to a step, like when scroll goes 10 pixels, do one step or something idk how scroll works but ig its possible to calculate scroll distance
System information:
Distro: Arch Linux
Compositor: latest Hyprland from official repository (0.45.0)
Ironbar version: ironbar-git from aur (0.16.1-pre)
Configuration
Share your bar configuration and stylesheet as applicable:
I'm just responding to the scroll event sent by GTK, which helpfully seems to work completely different on trackpad than mouse. Hopefully I can debounce the event or try and do something clever to improve the situation.
Describe the bug
when scrolling on widgets with a touchpad, scroll speed is too fast. its not a big issue with a volume widget, but that makes workspace scroll unusable. also, there is a bug: when you release touchpad, scroll makes one step down. so, when you, for example, scroll the volume to 100, it gets to 99. when from 99 to 50, it gets to 49 (if step is 1%)
To Reproduce
Steps to reproduce the behavior:
use my config, hyprland and touchpad. try to scroll on volume and workspace widgets
Expected behavior
scrolling is 2-5 times slower, but if you want to scroll faster, you.. scroll faster. maybe assume some distance to a step, like when scroll goes 10 pixels, do one step or something idk how scroll works but ig its possible to calculate scroll distance
System information:
Configuration
Config
Styles
Additional context
sorry but i want a fully usable scroll so i will report every issue with it that makes it uncomfortable to use
Screen capture
https://github.com/user-attachments/assets/de1e88f7-4945-40f6-8dbb-f1dd231159a5
The text was updated successfully, but these errors were encountered: