#Touchpad scrolling speed

6 messages · Page 1 of 1 (latest)

dusty jolt
#

xinput --set-prop <devID> "libinput Scrolling Pixel Distance" 30

#

To identify your <devID>, run xinput list. Find your touchpad from there.

#

In my case, that id is 9. Therefore, xinput --set-prop 9 "libinput Scrolling Pixel Distance" 30.

#

Adjust the last number to your liking.

winged bay
#

this resets after restarting.