Check out the Latest Articles:
Dock Tricks

Here’s some tricks that I use to make the Mac OS X Finder Dock more functional. You’ll need to open Terminal (Applications: Utilities: Terminal).

Separators

These are handy to separate out the different types of Applications you have in your dock. For me, I have all my Internet Apps grouped together and all my design apps in another group. In Terminal, type or copy and paste this (between each step hit the return key):

1. defaults write com.apple.dock persistent-apps -array-add ‘{ “tile-type” = “spacer-tile”; }’
2. killall Dock

Now you’ll see your newly added separator in the Dock. You can click and drag it to where you want and add more if necessary.

Pinning

I’m not a huge fan of having the Dock centered. Most of the Apps I use, like Photoshop or Dreamweaver, have a left justified UI. I’ve found that I prefer to have my Dock “pinned” to the right. Here’s how to do it. In Terminal, type or copy and paste this (between each step hit the return key):

1. defaults write com.apple.Dock pinning

I chose to right justify so mine looked like this:
defaults write com.apple.Dock pinning end

2. killall Dock

Make Hidden Apps Transparent

Does exactly what it says. In Terminal, type or copy and paste this (between each step hit the return key):

1. defaults write com.apple.Dock showhidden -bool YES
2. killall Dock


If you have some, please share them below.



TinyURL for this post: http://tinyurl.com/b963kh
Tweet this post.

 


  1. It‘s quiet in here. Why not leave a response?