Last active
April 25, 2017 09:48
-
-
Save weblogix/b041ed7ee2ca3a9638b457a4ec2a919f to your computer and use it in GitHub Desktop.
Apple OSX tweaks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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