Created
July 25, 2017 13:24
-
-
Save haltaction/25b0b020bb1c320efc2879c3181b1988 to your computer and use it in GitHub Desktop.
ubuntu mouse sensitivity
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
// all inputs | |
xinput --list --short | |
// property of secected by id=10 | |
xinput --list-props "Logitech USB Receiver" | |
// set sensitivity | |
xinput set-prop 10 "Device Accel Constant Deceleration" 1.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment