Skip to content

Instantly share code, notes, and snippets.

@mallej
Last active December 5, 2017 13:11
Show Gist options
  • Select an option

  • Save mallej/d9b5d9869ad9a419c837bc53107ff453 to your computer and use it in GitHub Desktop.

Select an option

Save mallej/d9b5d9869ad9a419c837bc53107ff453 to your computer and use it in GitHub Desktop.
[Dock - Recent Apps] Add a Recent Applications Stack to the macOS Dock #dock #macos
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
killall Dock
https://www.lifewire.com/add-recent-applications-stack-to-dock-2260860
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment