Skip to content

Commit

Permalink
updated mac_settings.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 29, 2024
1 parent 8a358f9 commit 9b46fdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/mac_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ defaults write com.apple.dock no-bouncing -bool true
# don't minimize to applications, it's more obvious when they're on the far right
defaults write com.apple.dock minimize-to-application -bool false

# don't leave closed apps in the dock
defaults write com.apple.dock show-recents -bool no
defaults write com.apple.dock recent-apps -array # intentionally empty

#killall Dock

# ============================================================================ #
Expand Down

0 comments on commit 9b46fdb

Please sign in to comment.