How to insert a space in the dock on M1 Mac?

I want to insert a separator space in the dock of a new M1 Mac. I know how to do this with the following Terminal commands on an Intel Mac, but when I use the same commands on an M1 Mac, no separator space appears.


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

killall Dock


Thanks.

MacBook Pro 13″, macOS 11.3

Posted on Apr 30, 2021 7:20 AM

Reply
Question marked as Top-ranking reply

Posted on Apr 30, 2021 7:42 AM

The following worked for me on my M1 mini running macOS 11.3:


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



If you decide you want to remove the spacer, just right-click on it and select Remove from Dock.

5 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to insert a space in the dock on M1 Mac?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.