Created
June 20, 2019 06:06
-
-
Save kvizconde/7decb3303f917ea65d8e1d0a41e383e3 to your computer and use it in GitHub Desktop.
creates empty spaces in mac dock
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