diff --git a/.osx b/.osx index 588c920..d0e3651 100755 --- a/.osx +++ b/.osx @@ -420,6 +420,7 @@ defaults write com.apple.ActivityMonitor ShowCategory -int 0 # Use plain text mode for new TextEdit documents defaults write com.apple.TextEdit RichText -int 0 + # Open and save files as UTF-8 in TextEdit defaults write com.apple.TextEdit PlainTextEncoding -int 4 defaults write com.apple.TextEdit PlainTextEncodingForWrite -int 4 @@ -437,6 +438,16 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d # Disable continuous spell checking defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "continuousSpellCheckingEnabled" -bool false +############################################################################### +# Google Chrome # +############################################################################### + +# Disable sensitive and senseless swipe-based navigation +defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false + +# Use the system print dialog +defaults write com.google.Chrome DisablePrintPreview -bool true + ############################################################################### # Kill/restart affected applications # ###############################################################################