Last active
February 14, 2020 02:09
-
-
Save rugbyprof/9316733 to your computer and use it in GitHub Desktop.
Add a spacer on your mac dock.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment