Skip to content

Instantly share code, notes, and snippets.

@strayobject
Last active July 25, 2018 17:17
Show Gist options
  • Save strayobject/40e3dd10224d515b946951ed7537c65c to your computer and use it in GitHub Desktop.
Save strayobject/40e3dd10224d515b946951ed7537c65c to your computer and use it in GitHub Desktop.
Need faster mouse movement?

As usual this is neither for Mac nor is it for Windows…

Find your pointing device from a list with: xinput --list --short
List properties with: xinput --list-props <device_id_or_name>
Set the new value with:xinput --set-prop <ddevice_id_or_name> <property_id> <new_value>
For example: xinput --set-prop 10 289 1

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