diff --git a/osx b/osx index e71ee49..5a28c55 100755 --- a/osx +++ b/osx @@ -234,6 +234,9 @@ defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true # Disable local Time Machine backups # hash tmutil &> /dev/null && sudo tmutil disablelocal +# Disable Swipe controls for Google Chrome +defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE + # # Remove Dropbox’s green checkmark icons in Finder # file=/Applications/Dropbox.app/Contents/Resources/check.icns # [ -e "$file" ] && mv -f "$file" "$file.bak"