We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
defaults
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' && Killall Dock defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}' && Killall Dock
Add a spacer to the dock. You can simply drag this spacer just like dragging an app icon. And dragging it out of the Dock would remove it.
The text was updated successfully, but these errors were encountered:
There's also a 3rd option to only add a smaller / tiny gap element to the Dock:
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}'
Note: all the commands here still work up to macOS 14.5 Sonoma 👍
Sorry, something went wrong.
No branches or pull requests
defaults
command existsAdd a spacer to the dock. You can simply drag this spacer just like dragging an app icon. And dragging it out of the Dock would remove it.
![Screenshot 2023-12-09 at 15 47 58](https://private-user-images.githubusercontent.com/61178988/289256465-b5c8d7e3-a70f-4946-9709-ea9912fd567f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjQxMjksIm5iZiI6MTczODk2MzgyOSwicGF0aCI6Ii82MTE3ODk4OC8yODkyNTY0NjUtYjVjOGQ3ZTMtYTcwZi00OTQ2LTk3MDktZWE5OTEyZmQ1NjdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIxMzAyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmMjczODEzMmQ0MzA2YTZlZjFkYmE0ZDUyYmRmNzNmODA5NTc3NjhjNmE4NjYxODFhNWYzMzM0M2U5M2NmNzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dVWtcRlAcJ5TpdhWbZAG6kPBUmCJBKVbCug5qW9kJJI)
The text was updated successfully, but these errors were encountered: