default is fine

This commit is contained in:
Loic Nageleisen 2013-12-14 16:28:17 +01:00
parent 250ca1b698
commit a7efaf8baf

5
osx
View file

@ -6,6 +6,7 @@
# disable rubberbanding, but not vanishing scrollbars # disable rubberbanding, but not vanishing scrollbars
defaults write -g NSScrollViewRubberbanding -bool false defaults write -g NSScrollViewRubberbanding -bool false
defaults write com.apple.iTunes disable-elastic-scroll -bool YES
# fix font with external monitor # fix font with external monitor
# http://apple.stackexchange.com/questions/19468/terminal-text-size-different-when-connected-to-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 NSGlobalDomain NSWindowResizeTime 0.15
# # mission control zoom time
defaults write com.apple.dock expose-animation-duration -float 0.15 #defaults write com.apple.dock expose-animation-duration -float 0.15
# switch to repeat keys on long key presses # switch to repeat keys on long key presses
defaults write -g ApplePressAndHoldEnabled -bool false defaults write -g ApplePressAndHoldEnabled -bool false