From 4ae6e44f7407319807f17bcd0ae11a52a04a8ca6 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 17 Sep 2016 09:19:24 -0400 Subject: [PATCH] macos.sh: Configure mouse --- macos.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/macos.sh b/macos.sh index 1f897f3..3d6a6ec 100644 --- a/macos.sh +++ b/macos.sh @@ -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