Skip to content

Instantly share code, notes, and snippets.

@carlmartus
Created May 26, 2018 09:59
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 carlmartus/497e73f6b892c0c353999e3a41758b4d to your computer and use it in GitHub Desktop.
Save carlmartus/497e73f6b892c0c353999e3a41758b4d to your computer and use it in GitHub Desktop.
Mad Catz Cyborg R.A.T. 1 mouse speed script for Linux
#!/bin/sh
# This script requires 'xinput'. The speed is set to -0.8. Adjust this to your
# own preference.
xinput --set-prop "MADCATZ Mad Catz RAT1" "libinput Accel Speed" -0.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment