diff --git a/lib/macos.sh b/lib/macos.sh index 3cc2726..db776d6 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -94,6 +94,10 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false +# Don't reopen all the apps when the computer restarts +defaults write com.apple.loginwindow TALLogoutSavesState -bool false +defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false + ############################################################################### # Trackpad, mouse, keyboard, Bluetooth accessories, and input # ###############################################################################