diff options
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true # Expand print panel by default defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true +# Automatically quit printer app once the print jobs complete +defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true + # Disable the βAre you sure you want to open this application?β dialog defaults write com.apple.LaunchServices LSQuarantine -bool false |