aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index e292423..fe4383e 100755
--- a/.osx
+++ b/.osx
@@ -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