macos.sh: Configure mouse

This commit is contained in:
Shadowfacts 2016-09-17 09:19:24 -04:00 committed by GitHub
parent 9d60e2d38f
commit 4ae6e44f74
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@ chflags nohidden ~/Library
# Show the /Volumes folder
chflags nohidden /Volumes
# Disable mouse acceleration
defaults write .GlobalPreferences com.apple.mouse.scaling -1
# Disable mouse scroll acceleration
defaults write .GlobalPreferences com.apple.scrollwheel.scaling -1
# Don't automatically rearrange Spaces based on most recent use
defaults write com.apple.dock mru-spaces -bool false