Skip to content

Instantly share code, notes, and snippets.

@ElijahLynn
Created November 24, 2016 19:20
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 ElijahLynn/239d9f287757132bf025bae198a635ac to your computer and use it in GitHub Desktop.
Save ElijahLynn/239d9f287757132bf025bae198a635ac to your computer and use it in GitHub Desktop.
Fix Ubuntu 14.04 Magic mouse speed and scrolling
sudo rmmod hid_magicmouse
sudo modprobe hid_magicmouse scroll-speed=50 scroll-acceleration=1
xinput --set-prop "Elijah's mouse" "Device Accel Constant Deceleration" 5
@ElijahLynn
Copy link
Author

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