Adding Highlight to Snow Leopard Stacks

September 21, 2009 · 4 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

{ 4 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”

sal April 14, 2010 at 2:23 am

why wont any of these commands work!!????

Caleb Pike April 22, 2010 at 8:06 am

I just tested them and they work fine. Do you already have a command running for customizing stacks? You may want to make sure its default then try this command.

Leave a Comment