If I want to change some Dock preferences (for example delay before appears of Dock) I should type in terminal:
defaults write com.apple.dock autohide-delay -float 0.1;
I tried to find all available options for Dock and find this link in Apple Developer documentation. But it doesn't contain a description of autohide-delay
.
I conclude that that list is not complete. Because it also doesn't contain options I know:
-autohide-time-modifier
-autohide-delay
-tilesize
-mcx-expose-disabled
Where I can I find the full list Dock preferences?
defaults write com.apple.dock ...
options, not changing settings though the UI in System Preferences > Dock, which I'm pretty sure the OP already knows about, and the links are the only thing in this answer that address what was asked in the OP and is why I said why I did. IMO sans the content of the links the rest of this answer has nothing to do with what was asked! – user3439894 Apr 28 '20 at 22:35