Skip to content

Instantly share code, notes, and snippets.

@cy-park
Created February 7, 2023 22:28
Show Gist options
  • Save cy-park/56de3c7a4a04bb7e6cd4b8a39f627387 to your computer and use it in GitHub Desktop.
Save cy-park/56de3c7a4a04bb7e6cd4b8a39f627387 to your computer and use it in GitHub Desktop.

Add spacer tiles on macOS Dock

Regular tile:

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock

Small tile:

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}'; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment