aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-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