Adding Highlight to Snow Leopard Stacks

September 21, 2009 · 2 comments

stack-highlight.jpg

Here is a Quick Terminal command to add highlights to stack items in SL:

defaults write com.apple.dock mouse-over-hilite-stack -boolean YES
killall Dock

This will add the highlights and then restart the dock.

  • Share/Bookmark

{ 2 comments… read them below or add one }

Cathal Murphy March 2, 2010 at 4:23 pm

How do I get rid of it? Sorry…bit of a novice!!

Caleb Pike March 2, 2010 at 4:32 pm

use the same code above but replace the “YES” with “NO”

Leave a Comment