Created
April 18, 2018 10:53
-
-
Save martynjarvis/c7d1a693243b54c56f7fb33b23dee94d to your computer and use it in GitHub Desktop.
Disable mouse acceleration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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