d
Amit DhamuSoftware Engineer
 

Recent Items in macOS Dock

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

Source