A few days a ago Luke did a post on Rationalising Your Dock. He included some really good, sound advice in this article, but today I would like to expand on this information.
It can be useful to split your dock up a little in order to help you find more applications.
So, how do you do this? Simple:
- Launch Terminal (Applications/Utilities/Terminal)
- Type the following: [code lang="plain"]defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'[/code]
- Now repeat this line for however many spaces you want. These will not appear yet.
- You then need to restart your dock in order to show these spaces. To do this type the following in your terminal: [code lang="plain"]killall Dock[/code]
- Click and drag the spaces to where you want to see them.