From 9d60e2d38f0fe58e63eda9a4d5ba6dfdbb5c6e51 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 17 Sep 2016 08:56:03 -0400 Subject: [PATCH] Dock stuff --- macos.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/macos.sh b/macos.sh index 324c6b2..1f897f3 100644 --- a/macos.sh +++ b/macos.sh @@ -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 @@ -143,4 +152,4 @@ ln -s shadowfacts.zsh-theme $HOME/.oh-my-zsh/themes/shadowfacts.zsh-theme source $HOME/.zshrc # Done -echo "Done. Some changes may require logout/restart to take effect." \ No newline at end of file +echo "Done. Some changes may require logout/restart to take effect."