Skip to content

Instantly share code, notes, and snippets.

@inh3
Last active August 29, 2015 14:05
Show Gist options
  • Save inh3/8e61a27d7c40a39d7ecc to your computer and use it in GitHub Desktop.
Save inh3/8e61a27d7c40a39d7ecc to your computer and use it in GitHub Desktop.
OS X Mouse Acceleration
# default: 0.6875
# default (new): 1.5
# read the current mouse accel
defaults read -g com.apple.mouse.scaling
# no mouse acceleration
defaults write -g com.apple.mouse.scaling -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment