macos-defaults/docs/dock/show-recents.md
2023-10-13 17:14:44 +02:00

1.5 KiB

title description head
Show recents | Dock Show recently used apps in a separate section of the Dock.
meta
property content
og:title macOS defaults > Dock > Show recents
meta
property content
og:description Show recently used apps in a separate section of the Dock.

Show recents

Show recently used apps in a separate section of the Dock.

  • Tested on macOS:
    • Sonoma
    • Ventura
    • Monterey
    • Big Sur
    • Catalina
    • Mojave
  • Parameter type: bool

Set to true (default value)

Display recent apps in the Dock

defaults write com.apple.dock "show-recents" -bool "true" && killall Dock

Example output with value set to true

Set to false

Do not display recent apps in the Dock

defaults write com.apple.dock "show-recents" -bool "false" && killall Dock

Example output with value set to false

Read current value

defaults read com.apple.dock "show-recents"

Reset to default value

defaults delete com.apple.dock "show-recents" && killall Dock

Set value from UI

  1. Access Dock settings from macOS UI
  2. Set "Show recent applications in Dock" dropdown value