aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-03-06 12:08:19 +0100
committerMathias Bynens <mathias@qiwi.be>2014-03-06 12:08:19 +0100
commita888a1953fe7d9ae938e0863dc82871ef3cdf05f (patch)
treeb70b05c534b494da47be3c86d4d37e8eb8f0a781 /.osx
parentb7e0ea2dee212634e5fc672ab277a46aeb55a7d8 (diff)
downloaddotfiles-a888a1953fe7d9ae938e0863dc82871ef3cdf05f.tar.gz
dotfiles-a888a1953fe7d9ae938e0863dc82871ef3cdf05f.tar.bz2
dotfiles-a888a1953fe7d9ae938e0863dc82871ef3cdf05f.zip
.osx: Remove “disable opening and closing window animations”
Sadly, this doesn’t work anymore in OS X 10.9. Closes #270.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 0 insertions, 3 deletions
diff --git a/.osx b/.osx
index 5af0383..04d68cd 100755
--- a/.osx
+++ b/.osx
@@ -54,9 +54,6 @@ defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
# (Uncomment if you’re on an older Mac that messes up the animation)
#defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false
-# Disable opening and closing window animations
-defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
-
# Increase window resize speed for Cocoa applications
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001