Displaying gradients behind Stack items on Mac OS X
Mac OS X Stacks are continually-updated lists of folder contents that can be expanded from a single icon on the Dock.
To display gradients behind Stack items as the mouse is moved over them, open a new Terminal window and enter these commands:
defaults write com.apple.dock mouse-over-hilte-stack -boolean YES killall Dock
To reverse the change, open a new Terminal window and enter these commands:
defaults write com.apple.dock mouse-over-hilte-stack -boolean NO killall Dock
Related posts:



17 Aug 2009 










author
It should be hilite not hilte.