aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-12-26 17:06:00 +0100
committerMathias Bynens <mathias@qiwi.be>2014-12-26 17:06:48 +0100
commit7197c5739d7b54b6476dd0c54d9e34d41a42bdfd (patch)
treeab7f4acfaa017a1d76a9cb52e7e4d62926b923dc
parent9ee93d73d2fc886483af4e14775edd0fa68ef32d (diff)
downloaddotfiles-7197c5739d7b54b6476dd0c54d9e34d41a42bdfd.tar.gz
dotfiles-7197c5739d7b54b6476dd0c54d9e34d41a42bdfd.tar.bz2
dotfiles-7197c5739d7b54b6476dd0c54d9e34d41a42bdfd.zip
.osx: Add back the “increase window resize speed” hack
It didn’t work in OS X 10.10 anymore, but it seems OS X 10.10.1 does support it. Ref. 4471e2732faede1d9b242cb547de8005578b3d10.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 857e777..d38fb9e 100755
--- a/.osx
+++ b/.osx
@@ -54,6 +54,9 @@ 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