Add a "recent apps" icon to the dock.
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = {"list-type" = 1; }; "tile-type" = "recents-tile";}' && \killall DockCredit: http://www.howtogeek.com/273187/quickly-open-recent-apps-and-documents-with-this-hidden-mac-feature/
Note: I don't know why they include the \ in front of killall - it isn't needed, it merely escapes the 'k'. If you wanna avoid PATH issues, use /usr/bin/killall.
No comments:
Post a Comment