aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-05-16 17:01:23 +0200
committerMathias Bynens <mathias@qiwi.be>2012-05-16 17:01:23 +0200
commitb80cc30cde5b5a7e1cc3224159864b2739960a26 (patch)
tree60e231c9e86629e8484e1d5de9b020690434be3f
parent652860c7bb454e130224fe1c1ca9af95ef5faefe (diff)
downloaddotfiles-b80cc30cde5b5a7e1cc3224159864b2739960a26.tar.gz
dotfiles-b80cc30cde5b5a7e1cc3224159864b2739960a26.tar.bz2
dotfiles-b80cc30cde5b5a7e1cc3224159864b2739960a26.zip
.osx: Remove the “disable reopen windows when logging back in” command
This behavior was fixed in OS X 10.7.4, and the previous solution was a hack anyway.
-rwxr-xr-x.osx8
1 files changed, 0 insertions, 8 deletions
diff --git a/.osx b/.osx
index 088575a..a25c618 100755
--- a/.osx
+++ b/.osx
@@ -30,14 +30,6 @@ defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
# 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,
-# and the command needs to be entered again for every restart.
-#
-# 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 :(
#echo "0x08000100:0" > ~/.CFUserTextEncoding