Skip to content

Instantly share code, notes, and snippets.

@haggen
Created June 24, 2024 19:00
Show Gist options
  • Save haggen/304866af40daf6ff2afd1dfa081502c3 to your computer and use it in GitHub Desktop.
Save haggen/304866af40daf6ff2afd1dfa081502c3 to your computer and use it in GitHub Desktop.
Fix touchpad/trackpad acceleration Ubuntu/Elementary OS

Using xinput change acceleration profile from adaptive to flat.

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

More on https://wiki.archlinux.org/title/Mouse_acceleration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment