Skip to content

Dock Examples

Common Dock preference configurations.

{
"version": "1.0",
"domains": {
"com.apple.dock": {
"autohide": true,
"autohide-delay": 0,
"autohide-time-modifier": 0.5
}
}
}
{
"version": "1.0",
"domains": {
"com.apple.dock": {
"tilesize": 48,
"magnification": true,
"largesize": 96
}
}
}
{
"version": "1.0",
"domains": {
"com.apple.dock": {
"orientation": "left"
}
}
}

Options: "bottom", "left", "right"

{
"version": "1.0",
"domains": {
"com.apple.dock": {
"mineffect": "scale"
}
}
}

Options: "genie", "scale"

{
"version": "1.0",
"domains": {
"com.apple.dock": {
"show-process-indicators": false,
"show-recents": false
}
}
}
{
"version": "1.0",
"domains": {
"com.apple.dock": {
"autohide": true,
"orientation": "left",
"show-process-indicators": false,
"show-recents": false,
"tilesize": 48,
"magnification": true,
"largesize": 96
}
}
}