Skip to content

Instantly share code, notes, and snippets.

@drunkensouljah
Last active July 4, 2018 19:54
Show Gist options
  • Select an option

  • Save drunkensouljah/75d0a50f63855fb70a6284c1b0551e57 to your computer and use it in GitHub Desktop.

Select an option

Save drunkensouljah/75d0a50f63855fb70a6284c1b0551e57 to your computer and use it in GitHub Desktop.
[Dock Spacer] Add a spacer on the macos dock #macos
# App side:
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
# On the document side:
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment