Top

How to permanently stop Dock icons from bouncing

June 10, 2009 by Ross McKillop 

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.

  1. 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.
  2. But sometimes applications are set to “bounce” when they want your attention.
  3. 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

  4. Your Dock will close, then open again. From now on, none of your Dock icons will bounce - ever.
  5. 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

Random Posts

To receive articles like this one delivered directly to your inbox, enter your email address in the field below. You can always opt out of these updates at any time.

Share/Save/Bookmark

Comments

5 Responses to “How to permanently stop Dock icons from bouncing”

  1. Permanently Disable The OS X Bouncing Dock Icon Effect | Lifehacker Australia on June 10th, 2009 2:19 pm

    [...] How to permanently stop Dock icons from bouncing [Switching To Mac] Tagged:annoyancesdockmac [...]

  2. Glen on June 10th, 2009 3:13 pm

    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!

  3. Ross McKillop on June 10th, 2009 4:34 pm

    Glen -

    I used SuperDocker (http://www.superdocker.com/) which is free, and it’s the (included) “2D Dock in 3D” theme.

  4. mac | Hüpfende Mac OS X Dock Icons vermeiden | macfidelity on June 17th, 2009 3:06 pm

    [...] via Share it [...]

  5. How to 如何用命令行彻底禁止Mac OS X Docks图标反弹效果提示 | MacDocks on July 4th, 2009 2:50 am

    [...] switchingtomac.com Share and [...]

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!





Bottom