Skip to content

Instantly share code, notes, and snippets.

@r0nny8000
Last active June 1, 2024 20:40
Show Gist options
  • Save r0nny8000/52af746a06e28c4dc6e75fae969b4544 to your computer and use it in GitHub Desktop.
Save r0nny8000/52af746a06e28c4dc6e75fae969b4544 to your computer and use it in GitHub Desktop.
Increase number of recent apps in Dock of Mac OSX

Increase number of recent apps in Dock of Mac OSX

defaults write com.apple.dock show-recents -bool true; defaults write com.apple.dock show-recent-count -int 8; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment