Last active
July 4, 2018 19:54
-
-
Save drunkensouljah/75d0a50f63855fb70a6284c1b0551e57 to your computer and use it in GitHub Desktop.
[Dock Spacer] Add a spacer on the macos dock #macos
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
| # 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