Even if you’ve set your Dock preferences not to animate when you click them, some applications insist on bouncing to get your attention. This brief tutorial will show you how to disable that behavior.
If you open your System Preferences and select Dock, you can disable the animation (bouncing) that happens when you click an icon in your Dock. Just remove the check from the box labeled Animate opening applications.
But sometimes applications are set to “bounce” when they want your attention.
To disable this feature, open a Terminal (Applications -> Utilities -> Terminal) and enter the following commands:
defaults write com.apple.dock no-bouncing -bool TRUE
and then
killall Dock
Your Dock will close, then open again. From now on, none of your Dock icons will bounce – ever.
If at any point you want to reverse this, just enter the command:
defaults write com.apple.dock no-bouncing -bool FALSE
and then
killall Dock


















That dock theme looks great! I'm hoping it's applied with CandyBar – if so, could you post a link to it?
Thanks for the tip!
Glen –
I used SuperDocker (http://www.superdocker.com/) which is free, and it's the (included) "2D Dock in 3D" theme.
[...] How to permanently stop Dock icons from bouncing [Switching To Mac] Tagged:annoyancesdockmac [...]
[...] via Share it [...]
[...] switchingtomac.com Share and [...]
I know this is an old post – but I just found it and THANK YOU THANK YOU THANK YOU! This is going to save me. I loathe the bouncing icons – my biggest by far gripe with macs.
Thanx for the tip. The command line thing was just what I need. They were still somewhat bouncing with the first fix.