Skip to content

Instantly share code, notes, and snippets.

@rohanthacker
Last active August 11, 2016 09:56
Show Gist options
  • Save rohanthacker/8e2fe32a356592b89ea6981b2f367cdc to your computer and use it in GitHub Desktop.
Save rohanthacker/8e2fe32a356592b89ea6981b2f367cdc to your computer and use it in GitHub Desktop.
Create a spacer dock icon in MacOS
# First run the following to create a single space.
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
# Then restart the dock, for the change to take effect
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment