Skip to content

Instantly share code, notes, and snippets.

@Grabber
Last active March 27, 2024 14:50
Show Gist options
  • Save Grabber/220f27aaad93d3f3bb004df85a71f3f7 to your computer and use it in GitHub Desktop.
Save Grabber/220f27aaad93d3f3bb004df85a71f3f7 to your computer and use it in GitHub Desktop.
OSX: speed-up by disabling useless animations and features
defaults write -g NSScrollViewRubberbanding -int 0
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
defaults write com.apple.Dock autohide-delay -float 0
defaults write com.apple.dock autohide-time-modifier -int 0
defaults write com.apple.finder DisableAllAnimations -bool true
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
defaults write NSGlobalDomain NSWindowResizeTime .001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment