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:
    1. defaults write com.apple.dock mouse-over-hilte-stack -boolean yes [Enter]
  • then you'll have to relaunch the Dock:
    1. killall Dock
    Thats it..

    To disable the highlighting:
      defaults write com.apple.dock mouse-over-hilte-stack -boolean no
    Comments (0)  Permalink