Skip to content

Instantly share code, notes, and snippets.

@martynjarvis
Created April 18, 2018 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martynjarvis/c7d1a693243b54c56f7fb33b23dee94d to your computer and use it in GitHub Desktop.
Save martynjarvis/c7d1a693243b54c56f7fb33b23dee94d to your computer and use it in GitHub Desktop.
Disable mouse acceleration
# list devices
xinput list
# disable (assuming we're id=10)
xinput --set-prop 10 'libinput Accel Speed' -1.0
# confirm
xinput --list-props 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment