Created
November 29, 2019 23:36
-
-
Save jaredreich/d1845d7db81a9b74a88d7936cfe02426 to your computer and use it in GitHub Desktop.
Turn off mac mouse acceleration
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
defaults write -g com.apple.mouse.scaling -1 | |
defaults write -g com.apple.trackpad.scaling -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment