aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-11-28 19:07:00 +0100
committerMathias Bynens <mathias@qiwi.be>2014-11-28 19:07:39 +0100
commit4471e2732faede1d9b242cb547de8005578b3d10 (patch)
tree834736f7d55659e0e02c70b00e6384df7b9b893c /.osx
parent6e9822e879caed207f743c9eeadbf724610bff02 (diff)
downloaddotfiles-4471e2732faede1d9b242cb547de8005578b3d10.tar.gz
dotfiles-4471e2732faede1d9b242cb547de8005578b3d10.tar.bz2
dotfiles-4471e2732faede1d9b242cb547de8005578b3d10.zip
.osx: Remove “increase window resize speed”
Sadly, this doesn’t work anymore in OS X 10.10.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 0 insertions, 3 deletions
diff --git a/.osx b/.osx
index d38fb9e..857e777 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
-# Increase window resize speed for Cocoa applications
-defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
-
# Expand save panel by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true