Skip to content

Instantly share code, notes, and snippets.

@bse666
Created January 7, 2016 21:24
Show Gist options
  • Save bse666/ce6202681cefb1123379 to your computer and use it in GitHub Desktop.
Save bse666/ce6202681cefb1123379 to your computer and use it in GitHub Desktop.
Fix Ubuntu Mouse Sensitivity
#!/bin/sh
xinput --set-prop "Razer DeathAdder" "Device Accel Constant Deceleration" 5
xinput --set-prop "Razer DeathAdder" "Device Accel Velocity Scaling" 1
xinput --set-prop "Razer DeathAdder" "Device Accel Profile" -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment