From a7efaf8bafea57223571f041b227b2385cf9c18e Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sat, 14 Dec 2013 16:28:17 +0100 Subject: [PATCH] default is fine --- osx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/osx b/osx index e4b8517..ba6ab24 100644 --- a/osx +++ b/osx @@ -6,6 +6,7 @@ # disable rubberbanding, but not vanishing scrollbars defaults write -g NSScrollViewRubberbanding -bool false +defaults write com.apple.iTunes disable-elastic-scroll -bool YES # fix font with external monitor # http://apple.stackexchange.com/questions/19468/terminal-text-size-different-when-connected-to-external-monitor @@ -16,8 +17,8 @@ defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false defaults write NSGlobalDomain NSWindowResizeTime 0.15 -# -defaults write com.apple.dock expose-animation-duration -float 0.15 +# mission control zoom time +#defaults write com.apple.dock expose-animation-duration -float 0.15 # switch to repeat keys on long key presses defaults write -g ApplePressAndHoldEnabled -bool false