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.
This commit is contained in:
Mario Ricalde 2013-05-20 05:18:39 -05:00
parent 68b427bf7b
commit b320568fa2

3
osx
View File

@ -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 Dropboxs green checkmark icons in Finder
# file=/Applications/Dropbox.app/Contents/Resources/check.icns
# [ -e "$file" ] && mv -f "$file" "$file.bak"