aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx4
1 files changed, 4 insertions, 0 deletions
diff --git a/.osx b/.osx
index 179c544..e4e3628 100755
--- a/.osx
+++ b/.osx
@@ -645,6 +645,10 @@ defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool false
+# Use the system-native print preview dialog
+defaults write com.google.Chrome DisablePrintPreview -bool true
+defaults write com.google.Chrome.canary DisablePrintPreview -bool true
+
###############################################################################
# GPGMail 2 #
###############################################################################