Skip to content

Instantly share code, notes, and snippets.

@tomcatfever
Last active May 9, 2018 14:42
Show Gist options
  • Select an option

  • Save tomcatfever/90f1c4a4058a9b421d96dd999069e384 to your computer and use it in GitHub Desktop.

Select an option

Save tomcatfever/90f1c4a4058a9b421d96dd999069e384 to your computer and use it in GitHub Desktop.
Create a space in OSX Doc from command line
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock
@tomcatfever
Copy link
Copy Markdown
Author

Add a space to OSX dock. Remove by dragging space onto desktop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment