MainspringGuides › Dock scroll gesture
macOS Guide

Scroll on Dock Icons to Show App Windows (Hidden Mac Trick)

Updated July 2026 · 3 min read

Here's a Dock feature Apple built, shipped, and never mentioned: scroll up on a Dock icon and that app's windows spread out in App Exposé — every window visible and clickable, without touching the keyboard or clicking anything. The same gesture flicks stacks open. It's off by default and absent from System Settings; one Terminal command turns it on. Works on Ventura, Sonoma, and Sequoia.

Enable scroll-to-open

In Terminal (Applications → Utilities), run:

# enable the Dock scroll gesture
defaults write com.apple.dock scroll-to-open -bool true
killall Dock

The Dock restarts in about a second and the gesture is live immediately.

What you can do with it

The payoff is speed on window-heavy apps: a browser with nine windows, a Finder with five. Instead of clicking the icon (which raises all windows) or right-clicking and reading a menu, you flick upward over the icon and pick the exact window visually.

Turn it off

# disable the gesture
defaults delete com.apple.dock scroll-to-open
killall Dock

That's the complete undo — the key vanishes from the Dock's preferences and scrolling over icons goes back to doing nothing.

Gesture etiquette: what it won't disturb

Reasonable worries, answered:

Check whether it's already on

Setting up a new Mac from a dotfiles script, or inherited a machine with mystery tweaks? Query the key:

# prints 1 if enabled; errors if never set
defaults read com.apple.dock scroll-to-open

An error saying the pair “does not exist” just means the default state — off. Like all com.apple.dock tweaks, the setting is per-user and survives restarts and macOS updates until you delete it.

Where it fits in a window-juggling kit

Scroll-to-open slots between the tools you already have, each with its own niche:

The Downloads stack gets a quiet upgrade too: flick upward over it, glance at the newest arrivals in grid view, flick down to dismiss — the whole check takes under a second and never opens a Finder window.

All the Dock tricks, one panel

Scroll-to-open is one of Mainspring's 90+ hidden macOS power-ups — each a labelled toggle with a one-click revert, so you can audition tweaks like this in seconds.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

More gesture mileage

If this sold you on App Exposé, give it a dedicated trackpad gesture too — App Exposé on Mac covers the swipe and its settings.