aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-06-27 14:07:01 +0200
committerMathias Bynens <mathias@qiwi.be>2012-06-27 14:07:01 +0200
commit5b4e9d137476b21695c347b126f1d228ac0528e1 (patch)
treed439cbb4cd77166dcc5450c3085717cfc1fa5b66 /.osx
parent45676def04fd2167ed50d19d7a1d7b317a09b2e7 (diff)
downloaddotfiles-5b4e9d137476b21695c347b126f1d228ac0528e1.tar.gz
dotfiles-5b4e9d137476b21695c347b126f1d228ac0528e1.tar.bz2
dotfiles-5b4e9d137476b21695c347b126f1d228ac0528e1.zip
.osx: Disable automatic termination of inactive apps
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index d597dbe..b00e444 100755
--- a/.osx
+++ b/.osx
@@ -36,6 +36,9 @@ defaults write NSGlobalDomain NSTextShowsControlCharacters -bool true
# Disable Resume system-wide
defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false
+# Disable automatic termination of inactive apps
+defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true
+
# 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