Dock stuff

This commit is contained in:
Shadowfacts 2016-09-17 08:56:03 -04:00 committed by GitHub
parent 70f9633423
commit 9d60e2d38f
1 changed files with 10 additions and 1 deletions

View File

@ -61,6 +61,15 @@ chflags nohidden /Volumes
# Don't automatically rearrange Spaces based on most recent use
defaults write com.apple.dock mru-spaces -bool false
# Dock: Set minimization effect to scale
defaults write com.apple.dock mineffect -string "scale"
# Dock: Automatically hide/show
defaults write com.apple.dock autohide -bool true
# Dock: Make hidden application icons show as translucent
defaults write com.apple.dock showhidden -bool true
# Mail: Disable send and reply animations
defaults write com.apple.mail DisableReplyAnimations -bool true
defaults write com.apple.mail DisableSendAnimations -bool true