You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the site includes the static-only flag, which is described as Active applications only. I'd like to either removing static-only in favor of the commands above, or putting all of these commands on the same page.
Enabling static-only produces some counterintuitive behavior: You're still allowed to add items to the dock, but when you reboot, those items will disappear. Maybe some people want this, because it makes the Dock into a sort of temporary workspace, but I think most people would like to retain the ability to pin items to the Dock.
That's what the commands at the top of this ticket do: They clear items from the dock as a one-time operation, without changing the fundamental behavior of the Dock. That strikes me as likely to be useful to more people than static-only.
The text was updated successfully, but these errors were encountered:
defaults
command existsdefaults write com.apple.dock persistent-apps -array
anddefaults write com.apple.dock persistent-others -array
defaults write com.apple.dock persistent-apps -array
opts all apps out of "Keep in Dock"defaults write com.apple.dock persistent-others -array
removes all folders and other items from the dockRelated to #62. cc @Darkomen78
Why?
Currently the site includes the
static-only
flag, which is described as Active applications only. I'd like to either removingstatic-only
in favor of the commands above, or putting all of these commands on the same page.Enabling
static-only
produces some counterintuitive behavior: You're still allowed to add items to the dock, but when you reboot, those items will disappear. Maybe some people want this, because it makes the Dock into a sort of temporary workspace, but I think most people would like to retain the ability to pin items to the Dock.That's what the commands at the top of this ticket do: They clear items from the dock as a one-time operation, without changing the fundamental behavior of the Dock. That strikes me as likely to be useful to more people than
static-only
.The text was updated successfully, but these errors were encountered: