Certain OSX apps seem to have a tendency to stick around in the Dock, even though there's no user-facing setting to prevent this behavior. Is there a defaults command that prevents apps from enabling "Keep in Dock?"
I know about defaults write com.apple.dock persistent-apps -array (intentionally empty), but this has to be run manually, and repeatedly. Any ideas?
defaultscommand. That UI does exist tho and does exactly what is desired here. – Constablebrew May 22 '19 at 06:11