Add spaces to the dock on MacOS
Is there's an app you'd like to build a habit around using?
Reduce the cognitive strain required to open that app — by making it stand out in the dock.1
One way to achieve this is to create white space around the app by adding spaces to the dock. This is a hidden feature on MacOS and requires running some commands in the terminal app2.
How to add spaces to the dock on MacOS
- Open
terminal
. - Paste this command:
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock
- Press
enter
.
To remove the space:
command-click
the space.- Select
remove from dock
Bonus points
Entirely remove apps from the dock that you want to use less.
Isolate the app on the far right or far left of the dock3. This claim is vaguely backed up by the Von Restorff effect — any item that stands out from the group is more likely to be held in working memory. Terminal is a built in app that allows you to control your computer by typing commands. Known as the serial position effect — we better remember the first and last items in a sequence.Footnotes