How to Disable the Mac Dock Icon Bouncing Behavior

"I wish my MacOS apps could tap me on the shoulder until I answer." - No one ever
Zach Zach (248)
1 minute

Whoever decided that MacOS Dock icons should be allowed to bounce continuously to get your attention obviously didn't think about those of us who are easily distracted. Sometimes the icon bounces once, but oftentimes it bounces continuously if a dialog or prompt is present.

If you know anything about us, know that we like a clean Mac setup. Hence our other guides aimed at cleaning up the MacOS Dock, like the ability to auto-hide your dock and add spacers between dock apps.

In this short Howchoo guide, I'll teach you how to prevent Mac icons from bouncing to get your attention and stop this annoying behavior once and for all.

Posted in these interests:
h/mac128 guides
An empty Terminal window in MacOS.

Navigate to Applications > Utilities > Terminal and open a new Terminal window.

Run the following command to disable MacOS icon bouncing behavior:

defaults write com.apple.dock no-bouncing -bool TRUE

Then, run the following command to reload the Dock with the new behavior:

killall Dock

To revert this behavior and enable bouncing behavior once more, run:

defaults write com.apple.dock no-bouncing -bool FALSE
killall Dock
Zach Zach (248)
0

This short guide shows you how to disable the additional Mac menu bars, docks, and toolbars that now come as a part of Apple's macOS.