Last active
August 29, 2015 13:56
-
-
Save andyhullinger/8924852 to your computer and use it in GitHub Desktop.
Simple OSX terminal command to ad blank spacers to your dock so that you can 'pretty' how you organize your Mac App icons. Simply repeat the command to create additional spacers. You'll have to "force-restart" your dock to see the newly created spacers, that's what the (killall) command is for.
This file contains 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment