diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-08-14 10:01:32 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-14 10:01:32 +0200 |
commit | d865b430b87d074543537a0f18b18c863d8ace7c (patch) | |
tree | 961b7d5c469f3016e5df3068484ca8e995050c85 | |
parent | 4c6cc924d83e75216db4ab9c9ce1f14aa1599144 (diff) | |
download | dotfiles-d865b430b87d074543537a0f18b18c863d8ace7c.tar.gz dotfiles-d865b430b87d074543537a0f18b18c863d8ace7c.tar.bz2 dotfiles-d865b430b87d074543537a0f18b18c863d8ace7c.zip |
.osx: Save to disk (not to iCloud) by default
-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 +# Save to disk (not to iCloud) by default +defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false + # Automatically quit printer app once the print jobs complete defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true |