Highlight stack items on hover
Do you want a nice hover effect when you mouse over icons in a stack window ?
It's a shame this isn't enabled by default in Leopard, because it makes navigating within stacks a lot easier.
Startup Terminal, and run the following commands:
then you'll have to relaunch the Dock:
To disable the highlighting:
It's a shame this isn't enabled by default in Leopard, because it makes navigating within stacks a lot easier.
defaults write com.apple.dock mouse-over-hilte-stack -boolean yes
[Enter]killall DockTo disable the highlighting:
defaults write com.apple.dock mouse-over-hilte-stack -boolean no