Last active
December 17, 2019 08:27
-
-
Save zemax/3f8d75b5ba97d3b32e8a72da116e808f to your computer and use it in GitHub Desktop.
macOS : Add space in macOS 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
# from https://www.imore.com/add-space-your-mac-dock | |
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