1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-05-14 22:14:24 -04:00
This commit is contained in:
2020-01-19 09:57:58 -05:00
parent 5c2f0fc52e
commit 9cda618e8d
5 changed files with 14 additions and 3 deletions
+2 -1
View File
@@ -190,8 +190,9 @@ defaults write com.apple.finder FXInfoPanesExpanded -dict \
# Show indicator lights for open applications in the Dock
defaults write com.apple.dock show-process-indicators -bool true
# Automatically hide and show the Dock
# Automatically hide and show the Dock without delay
defaults write com.apple.dock autohide -bool true
defaults write com.apple.dock autohide-delay -float 0
# Group windows by application in Mission Control
defaults write com.apple.dock expose-group-by-app -bool true