Answers for "add dock spacers macbook"

1

add spacer to dock macos

# Add spacer to dock
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
killall Dock
Posted by: Guest on January-15-2021
1

space in dock mac

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
#When the terminal prompt appears again type the following command
killall Dock
Posted by: Guest on June-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language