Skip to content

Instantly share code, notes, and snippets.

@mrkpatchaa
Last active October 6, 2016 21:21
Show Gist options
  • Save mrkpatchaa/87d1994b656bcacf348ac2977017ec54 to your computer and use it in GitHub Desktop.
Save mrkpatchaa/87d1994b656bcacf348ac2977017ec54 to your computer and use it in GitHub Desktop.
Apple dock : Display recent files, recent applications, favorites elements, ... Thanks to http://korben.info/ajoutez-acces-rapide-aux-dernieres-applications-derniers-documents-fermes-macos.html
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = {"list-type" = 1; }; "tile-type" = "recents-tile";}' && \killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment