diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-05-16 08:00:01 -0700 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-05-16 08:00:01 -0700 |
commit | 652860c7bb454e130224fe1c1ca9af95ef5faefe (patch) | |
tree | 554834460cd4446c43e0d69420fc0bc6a1466f91 | |
parent | 9898899c929b46a5f0990381d61a39063881675f (diff) | |
parent | 10e91077bc4e93df949d276563bc7c0659eb16d6 (diff) | |
download | dotfiles-652860c7bb454e130224fe1c1ca9af95ef5faefe.tar.gz dotfiles-652860c7bb454e130224fe1c1ca9af95ef5faefe.tar.bz2 dotfiles-652860c7bb454e130224fe1c1ca9af95ef5faefe.zip |
Merge pull request #62 from richo/patch-1
.osx: Disable the “disable reopen windows when logging back in” option by default now that OS X 10.7.4 fixes it
-rwxr-xr-x | .osx | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -33,8 +33,10 @@ defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false # Disable the “reopen windows when logging back in” option # This works, although the checkbox will still appear to be checked, # and the command needs to be entered again for every restart. -defaults write com.apple.loginwindow TALLogoutSavesState -bool false -defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false +# +# Only relevant for <10.7.4 +# defaults write com.apple.loginwindow TALLogoutSavesState -bool false +# defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false # Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo) # Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :( |