606 B
606 B
Adjust speed, scrolling direction
- install
xinput
xinput list
to find out your touchpad idxinput list-props <device_id>
to find settingslibinput Natural Scrolling Enabled (298): 0 libinput Natural Scrolling Enabled Default (299): 0
xinput set-prop 298 1
to set Natural Scrollingxinput set-prop 299 1
to set Natural Scrolling
id can be replaced by name
#!/bin/sh
xinput set-prop "06CB0001:00 06CB:CE78 Touchpad" "libinput Natural Scrolling Enabled" 1
xinput set-prop "06CB0001:00 06CB:CE78 Touchpad" "libinput Accel Speed" 0.4