aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authordaboe01 <daboe01@googlemail.com>2014-10-18 12:43:05 +0200
committerMathias Bynens <mathias@qiwi.be>2014-10-18 12:43:39 +0200
commitad2cceb822aac174528822eb4958dcde4a93d3a7 (patch)
tree66dcb1f902f9af1bd81292183ab523f04519db84 /.osx
parent44169a963aeeeb846b31fdf47ccceefd851663c5 (diff)
downloaddotfiles-ad2cceb822aac174528822eb4958dcde4a93d3a7.tar.gz
dotfiles-ad2cceb822aac174528822eb4958dcde4a93d3a7.tar.bz2
dotfiles-ad2cceb822aac174528822eb4958dcde4a93d3a7.zip
.osx: Use the system-native print preview dialog in Chrome
Closes #434.
Diffstat (limited to '.osx')
-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 #
###############################################################################