Created
February 27, 2016 08:29
-
-
Save cczona/bb9a6dc9a19153a55fe7 to your computer and use it in GitHub Desktop.
Toggle Chrome's default print dialog & OS's native print dialog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## NOTE: quit Chrome first | |
# use native print dialog | |
defaults write com.google.Chrome DisablePrintPreview -boolean true | |
# use Chrome's print dialog | |
defaults write com.google.Chrome DisablePrintPreview -boolean false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment