Last active
May 9, 2018 14:42
-
-
Save tomcatfever/90f1c4a4058a9b421d96dd999069e384 to your computer and use it in GitHub Desktop.
Create a space in OSX Doc from command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a space to OSX dock. Remove by dragging space onto desktop.