I’m using Nixos 24.05 on my asus zenbook 14 and the scroll speed of the touchpad is rather high.
Is there any way to adjust it from the config? I don’t see an option in gnome/wayland
I’m using Nixos 24.05 on my asus zenbook 14 and the scroll speed of the touchpad is rather high.
Is there any way to adjust it from the config? I don’t see an option in gnome/wayland
I think you would need something like this
services.libinput.touchpad.additionalOptions = ‘’ Option “ScrollPixelDistance” “YOUR_SPEED” ‘’
https://man.archlinux.org/man/libinput.4#SCROLL_PIXEL_DISTANCE
I think this should work with touchpad as well but I havent tried it personally.