Created
March 24, 2012 23:16
-
-
Save sllvn/2188969 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Disable Resume system-wide | |
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. | |
defaults write com.apple.loginwindow TALLogoutSavesState -bool false | |
defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false | |
via https://github.com/mathiasbynens/dotfiles/blob/master/.osx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment