thorpedosg

Untitled

Aug 6th, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2.  
  3. ##
  4. defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
  5. defaults write -g NSScrollAnimationEnabled -bool false
  6. defaults write -g NSScrollViewRubberbanding -bool false
  7. defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false
  8. defaults write -g NSWindowResizeTime -float 0.001
  9. defaults write -g NSToolbarFullScreenAnimationDuration -float 0
  10. defaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0
  11. defaults write -g QLPanelAnimationDuration -float 0
  12.  
  13. ##
  14. defaults write com.apple.dock autohide-time-modifier -float 0
  15. defaults write com.apple.dock autohide-delay -float 0
  16. defaults write com.apple.dock expose-animation-duration -float 0
  17. defaults write com.apple.dock springboard-show-duration -float 0
  18. defaults write com.apple.dock springboard-hide-duration -float 0
  19. defaults write com.apple.dock springboard-page-duration -float 0
  20. defaults write com.apple.finder DisableAllAnimations -bool true
  21. defaults write com.apple.Mail DisableSendAnimations -bool true
  22. defaults write com.apple.Mail DisableReplyAnimations -bool true
Add Comment
Please, Sign In to add comment