Created
July 26, 2016 21:25
-
-
Save pauladam/3eceee6a8112fadce461f88844d159a9 to your computer and use it in GitHub Desktop.
.osx
This file contains 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
# 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