Using xinput change acceleration profile from adaptive to flat.
- Use
xinput list
and grab touchpad/trackpad device ID. - List properties with
xinput watch-props <device id>
and grab Accel Profile Enabled ID. - Turn off adaptive profile and turn on flat profile with
xinput set-prop <device> <prop> 0 1
.