Stop OS X bouncing Dock icons

Hallelujah! These drive me nutty some times.

Highlights:

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


To reenable:
Open Terminal
 defaults write com.apple.dock no-bouncing -bool FALSE
 killall Dock



Source

Comments

Popular posts from this blog

Database, schema, and table sizes in Greenplum

Greenplum update with multiple tables

Show running queries on Postgresql/Greenplum