Enable highlight hover effect for grid view stacks

Enable a hover effect for stack folders in grid view. When you moving over an item in a Stack in grid view, the item will be highlighted, making it easy to see.

defaults write com.apple.dock mouse-over-hilite-stack -bool true

To make the command take effect, you need to restart the Dock:

killall Dock

Revert to the default setting:

defaults write com.apple.dock mouse-over-hilite-stack -bool false

Screencast:

2 thoughts on “Enable highlight hover effect for grid view stacks

Comments are closed.