Disable Dock Bouncing 3

Terminal

Share
Disable Dock Bouncing

Hey

I like my Terminal tricks, they are really handy. I don’t think I have mentioned this quick tip before. I have searched my database and no tips have turned up. This little Terminal tip will disable any icons in you dock from bouncing. If you find them annoying there is a simple command which enables you to turn the animation off.

As with any Terminal command open up this little app from Utilities. Type or copy and paste the following

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

This will disable any dock bouncing. If you want to reverse the process replace TRUE in the command above with FALSE, and any bouncing icons should come bouncing back to see you.


If you want to keep up with the latests post from Mac Tricks And Tips I recommend you subscribe to the RSS Feed.

3 Responses to “Disable Dock Bouncing”

  1. 1

    Cool, but you can also do this in system preferences, under dock: “animate opening applications”

    Comment By Andrew on June 3rd, at 1:23 pm

  2. 2

    this is slightly akward but it isnt working i mean the term code isnt the syst prefs is fine.
    does it only run on Tiger? becuase i have

    Comment By hdog on August 25th, at 3:46 pm

  3. 3

    yeah its very useful.
    im newbe in mac so very cool to find good information, thanx

    Comment By jcmax on January 21st, at 7:47 pm