Add Spaces to Dock in OS X

  • (1 Vote)
  • Written by 
  • Monday, 02 October 2023 12:10

To add a "space" to the dock in OS X, open up Terminal.app and enter this. Enter it as many times as you want spaces. Error on too many, they are easy to remove.

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'

 They won't show up until you force restart the Dock with:

killall Dock

 To remove them, just drag them up and out of the Dock like any other icon. To move them around, click and drag.

343 Read Last modified on Sunday, 22 October 2023

Leave a comment

Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed.