Created
February 11, 2025 16:48
-
-
Save hypest/40daea7d15ad50c2d7af85010deb274c to your computer and use it in GitHub Desktop.
Macos Dock spaces
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
# On the terminal, use the following to add space to the app links: | |
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}' && killall Dock | |
# On the terminal, use the following to add space to the persistent app icons: | |
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' && killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment