Avatar for André Pang's Stuff and Things
André Pang's Stuff and Things
LinkedIn About Me Talks Software Coding Quotes

fridayflapjacks

parenting

Add Recently-Run Apps to the Dock

September 29, 2013 10:38pm
André Pang André Pang

Courtesy of Mac Dev Weekly:

defaults write com.apple.dock \
persistent-others -array-add \
'{ "tile-data" = { "list-type" = 1; }; \
"tile-type" = "recents-tile"; }' \
killall Dock