Skip to content

Instantly share code, notes, and snippets.

@weblogix
Last active April 25, 2017 09:48
Show Gist options
  • Save weblogix/b041ed7ee2ca3a9638b457a4ec2a919f to your computer and use it in GitHub Desktop.
Save weblogix/b041ed7ee2ca3a9638b457a4ec2a919f to your computer and use it in GitHub Desktop.
Apple OSX tweaks
# Tested on OSX 10.12
# Disable mouse pointer acceleration
defaults write .GlobalPreferences com.apple.mouse.scaling -1
# Disable mouse wheel acceleration
defaults write .GlobalPreferences com.apple.scrollwheel.scaling -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment