diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-08-13 12:02:40 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-13 12:02:40 +0200 |
commit | 67a29767ecb4bf7890e84fee8289d1a28adb3640 (patch) | |
tree | 0f2c8e2991b2e1bae28f4a4ff099af62f2a043d8 | |
parent | 65ba27d328f7b2bf1666ffa901cf87f7deea6726 (diff) | |
download | dotfiles-67a29767ecb4bf7890e84fee8289d1a28adb3640.tar.gz dotfiles-67a29767ecb4bf7890e84fee8289d1a28adb3640.tar.bz2 dotfiles-67a29767ecb4bf7890e84fee8289d1a28adb3640.zip |
.osx: Automatically quit printer app once the print jobs complete
-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 |