Skip to content

Instantly share code, notes, and snippets.

@bekicot
Last active December 26, 2015 20:29
Show Gist options
  • Save bekicot/7208525 to your computer and use it in GitHub Desktop.
Save bekicot/7208525 to your computer and use it in GitHub Desktop.
# test 1st
sudo rmmod hid_magicmouse
# scroll-speed value from 0 (slow) to 63 (fast). Current setting is 45:
sudo modprobe hid_magicmouse scroll-speed=45 scroll-acceleration=1
# For permanent settings put to the /etc/modprobe.d/magicmouse.conf this:
# options hid_magicmouse scroll-speed=45 scroll-acceleration=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment