aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-13 12:02:40 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-13 12:02:40 +0200
commit67a29767ecb4bf7890e84fee8289d1a28adb3640 (patch)
tree0f2c8e2991b2e1bae28f4a4ff099af62f2a043d8 /.osx
parent65ba27d328f7b2bf1666ffa901cf87f7deea6726 (diff)
downloaddotfiles-67a29767ecb4bf7890e84fee8289d1a28adb3640.tar.gz
dotfiles-67a29767ecb4bf7890e84fee8289d1a28adb3640.tar.bz2
dotfiles-67a29767ecb4bf7890e84fee8289d1a28adb3640.zip
.osx: Automatically quit printer app once the print jobs complete
Diffstat (limited to '.osx')
-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