diff options
author | daboe01 <daboe01@googlemail.com> | 2014-10-18 12:43:05 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-10-18 12:43:39 +0200 |
commit | ad2cceb822aac174528822eb4958dcde4a93d3a7 (patch) | |
tree | 66dcb1f902f9af1bd81292183ab523f04519db84 | |
parent | 44169a963aeeeb846b31fdf47ccceefd851663c5 (diff) | |
download | dotfiles-ad2cceb822aac174528822eb4958dcde4a93d3a7.tar.gz dotfiles-ad2cceb822aac174528822eb4958dcde4a93d3a7.tar.bz2 dotfiles-ad2cceb822aac174528822eb4958dcde4a93d3a7.zip |
.osx: Use the system-native print preview dialog in Chrome
Closes #434.
-rwxr-xr-x | .osx | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 # ############################################################################### |