diff --git a/.macos b/.macos index 78e0bd7..2ce1606 100755 --- a/.macos +++ b/.macos @@ -394,6 +394,9 @@ defaults write com.apple.dock autohide -bool true # Make Dock icons of hidden applications translucent defaults write com.apple.dock showhidden -bool true +# Don’t show recent applications in Dock +defaults write com.apple.dock show-recents -bool false + # Disable the Launchpad gesture (pinch with thumb and three fingers) #defaults write com.apple.dock showLaunchpadGestureEnabled -int 0