Created
July 23, 2010 08:04
-
-
Save RobertAudi/487163 to your computer and use it in GitHub Desktop.
Recent Items Stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' |
Actually all you need to do is:
killall Dock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would probably want to do something like this afterwards to restart the Dock too: