Merge pull request #336 from MarioRicalde/patch-2

Removes Swipe back/forth feature for Chrome
This commit is contained in:
Yan Pritzker 2013-05-21 16:17:04 -07:00
commit 493941a860

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"