Last active
December 5, 2017 13:11
-
-
Save mallej/d9b5d9869ad9a419c837bc53107ff453 to your computer and use it in GitHub Desktop.
[Dock - Recent Apps] Add a Recent Applications Stack to the macOS Dock #dock #macos
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"; }' | |
| killall Dock |
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
| https://www.lifewire.com/add-recent-applications-stack-to-dock-2260860 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment