Dock Examples
Common Dock preference configurations.
Auto-hide Dock
Section titled “Auto-hide Dock”{ "version": "1.0", "domains": { "com.apple.dock": { "autohide": true, "autohide-delay": 0, "autohide-time-modifier": 0.5 } }}Icon Size and Magnification
Section titled “Icon Size and Magnification”{ "version": "1.0", "domains": { "com.apple.dock": { "tilesize": 48, "magnification": true, "largesize": 96 } }}Dock Position
Section titled “Dock Position”{ "version": "1.0", "domains": { "com.apple.dock": { "orientation": "left" } }}Options: "bottom", "left", "right"
Minimize Effect
Section titled “Minimize Effect”{ "version": "1.0", "domains": { "com.apple.dock": { "mineffect": "scale" } }}Options: "genie", "scale"
Show Process Indicators
Section titled “Show Process Indicators”{ "version": "1.0", "domains": { "com.apple.dock": { "show-process-indicators": false, "show-recents": false } }}Full Dock Configuration
Section titled “Full Dock Configuration”{ "version": "1.0", "domains": { "com.apple.dock": { "autohide": true, "orientation": "left", "show-process-indicators": false, "show-recents": false, "tilesize": 48, "magnification": true, "largesize": 96 } }}