First enter the following in a terminal window:
- defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’
Then restart the Dock:
- killall Dock
Source: MacOsxHints
First enter the following in a terminal window:
- defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’
Then restart the Dock:
- killall Dock
Source: MacOsxHints