This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sh ./animations.sh | |
# set keyboard repeat rate to 0, so instant | |
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms) | |
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms) | |
# instant quick look animation | |
defaults write -g QLPanelAnimationDuration -float 0 | |
# increase speed of animation when resizing window of Cocoa apps |