17
Aug
2009
Displaying gradients behind Stack items on Mac OS X
Author: willem In: apple, tips & tricksMac 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:
Like this post? Subscribe to the Geekology RSS 2.0 feed!















Leave a reply