Skip to content

Instantly share code, notes, and snippets.

@doniz
Created November 30, 2015 13:36
Show Gist options
  • Select an option

  • Save doniz/7f61a03b69a6b2c4ec99 to your computer and use it in GitHub Desktop.

Select an option

Save doniz/7f61a03b69a6b2c4ec99 to your computer and use it in GitHub Desktop.
Add Space at Mac OS X Dock
  defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
  killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment