From b320568fa2e808f696ae88c3cfe99261de00da78 Mon Sep 17 00:00:00 2001 From: Mario Ricalde Date: Mon, 20 May 2013 05:18:39 -0500 Subject: [PATCH] Removes Swipe back/forth feature for Chrome Swiping on Chrome my accident is a pain when using the inspector, this command will disable it only for Google Chrome. --- osx | 3 +++ 1 file changed, 3 insertions(+) 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"