Skip to content

Instantly share code, notes, and snippets.

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 haltaction/25b0b020bb1c320efc2879c3181b1988 to your computer and use it in GitHub Desktop.
Save haltaction/25b0b020bb1c320efc2879c3181b1988 to your computer and use it in GitHub Desktop.
ubuntu mouse sensitivity
// 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