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
I think this is an oversight on our part. scroll_factor should not be negative.
Natural scroll basically inverts the scroll direction ($\text{scroll} \cdot -1$), and then you invert it again using the scroll factor ($\text{invertedScroll}\cdot -0.5$). The inversions obviously cancel out and you only get a slowed down scrolling.
Already reported ? *
Regression?
I don't know, I started using Hyprland only recently
System Info and Hyprland Version
System/Version info
Description
when i use natural_scroll only, it will works. But when i added scroll_factor -0.5, the natural_scroll doesn't work anymore
How to reproduce
use this configuration in hyprland.conf
input {
touchpad {
natural_scroll = true
}
}
and then add scroll_factor
input {
touchpad {
scroll_factor = -0.5
natural_scroll = true
}
}
Attach not paste
Checklist of files to include below
hyprctl systeminfo -c
(always include)Additional info & File uploads
hyprland_config_dump.txt
hyprland.log
The text was updated successfully, but these errors were encountered: