From b80cc30cde5b5a7e1cc3224159864b2739960a26 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 16 May 2012 17:01:23 +0200 Subject: =?UTF-8?q?.osx:=20Remove=20the=20=E2=80=9Cdisable=20reopen=20wind?= =?UTF-8?q?ows=20when=20logging=20back=20in=E2=80=9D=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This behavior was fixed in OS X 10.7.4, and the previous solution was a hack anyway. --- .osx | 8 -------- 1 file changed, 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 -- cgit v1.2.3