Dock stuff
This commit is contained in:
parent
70f9633423
commit
9d60e2d38f
11
macos.sh
11
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."
|
||||
echo "Done. Some changes may require logout/restart to take effect."
|
||||
|
|
Loading…
Reference in New Issue