Mac OS X: Disabling bouncing Dock icons

If you’re using Mac OS X and you’d prefer that Dock icons don’t bounce when they require your attention, enter these commands in a Terminal window to disable the feature:

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

To re-enable the feature, enter these commands:

defaults write com.apple.dock no-bouncing -bool FALSE
killall Dock

To keep Dock icons from bouncing when an application launches, click on the Apple menu in the top left corner of your screen and select Dock->Dock Preferences, then uncheck the “Animate opening applications” checkbox.

mac-osx-disable-bouncing-dock-icons-on-launch

After making the change, application icons will display a pulsing blue light while they’re launching. To reverse the change, simply check the checkbox again.

 

Related posts:

  1. Making hidden application icons transparent on Mac OS X
  2. Forcing the Dock to be displayed in 2D on Mac OS X
  3. Creating a Recent Items Stack on the Dock in Mac OS X
  4. Displaying gradients behind Stack items on Mac OS X
  5. Showing hidden files and directories in the Finder in Mac OS X
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!

Afrigator