aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-08 23:27:41 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-08 23:27:41 +0300
commit7346f4c4592a38605feee862352918eafd41dd75 (patch)
tree9b72bd0fba33ad96a4bfd2e92c288c826c93a21b
parent29cadd5edd2be29773ab0fe71d60f12bd711f38c (diff)
downloaddotfiles-7346f4c4592a38605feee862352918eafd41dd75.tar.gz
dotfiles-7346f4c4592a38605feee862352918eafd41dd75.tar.bz2
dotfiles-7346f4c4592a38605feee862352918eafd41dd75.zip
Disable Resume system-wide.
Thanks to nspragmatic on Hacker News. http://news.ycombinator.com/item?id=2974911
-rwxr-xr-x.osx4
1 files changed, 2 insertions, 2 deletions
diff --git a/.osx b/.osx
index 7fd99d3..cff5e82 100755
--- a/.osx
+++ b/.osx
@@ -50,8 +50,8 @@ defaults write com.apple.Safari ProxiesInBookmarksBar "()"
defaults write com.apple.Mail DisableReplyAnimations -bool true
defaults write com.apple.Mail DisableSendAnimations -bool true
-# Disable Resume for Preview.app
-defaults write com.apple.Preview NSQuitAlwaysKeepsWindows -bool false
+# Disable Resume system-wide
+defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false
# Enable Dashboard dev mode (allows keeping widgets on the desktop)
defaults write com.apple.dashboard devmode -bool true