Last active
August 29, 2015 14:05
-
-
Save inh3/8e61a27d7c40a39d7ecc to your computer and use it in GitHub Desktop.
OS X Mouse Acceleration
This file contains hidden or 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
# 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