November 2012
Intermediate to advanced
424 pages
11h 59m
English
| Tip 264 | Add Blank Spaces to the Dock |
All the Dock icons sit next to each other and are equally spaced, but it’s possible to add spacers to the Dock so you can separate some of the icons. You may find this helps you to avoid misclicking, for example.
To add any number of spacers to the side of the Dock containing the application icons, open a Terminal window (open Finder, select the Applications list, and then in the list of applications double-click Terminal within the Utilities folder), and type the following two lines:
| | defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; |
| | tile-type="spacer-tile";}';killall Dock |
The new spacer will appear alongside the app icons. Repeat for more spacers. ...
Read now
Unlock full access