Stacks Hover Effect
It
This is a hover effect enabled when your mouse moves over an icon in one of Leopard's stacks. Here’s how:
Launch the Terminal and type the following command:
defaults write com.apple.dock mouse-over-hilte-stack -boolean yes
then, restart the Dock with:killall Dock
To disable:defaults write com.apple.dock mouse-over-hilte-stack -boolean no
Found at http://osxdaily.com/2008/01/07/highlight-stack-items-on-hover/
0 comments:
Post a Comment