Skip to content

Instantly share code, notes, and snippets.

@pauladam
Created July 26, 2016 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauladam/3eceee6a8112fadce461f88844d159a9 to your computer and use it in GitHub Desktop.
Save pauladam/3eceee6a8112fadce461f88844d159a9 to your computer and use it in GitHub Desktop.
.osx
# disable slow animations
defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES
defaults write com.apple.dock expose-animation-duration -int 0
defaults write -g NSWindowResizeTime -float 0.001
defaults write -g QLPanelAnimationDuration -float 0
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO
killall Dock
# disable notification center
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment