Skip to content

Instantly share code, notes, and snippets.

@pqt
Last active November 15, 2020 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pqt/a57415537817c998a18c75a5c48ffe90 to your computer and use it in GitHub Desktop.
Save pqt/a57415537817c998a18c75a5c48ffe90 to your computer and use it in GitHub Desktop.
Add a spacer to your dock in MacOS Big Sur (and others, though untested)
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock
@pqt
Copy link
Author

pqt commented Nov 15, 2020

Adds a spacer tile that you can move freely between apps and create simulated groupings of apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment