MacOS – How to disable Notification for Terminal app

macosnotificationsterminal

When i am starting a new server from the Terminal app, and i have the window not active, the Dock icon "jumps" up and down, also called "notifies me".

I don't want this behaviour, i want a quiet Terminal. I know when i am starting and stopping sth.

How can i do that?

I've already disabled the audio and visual bell, but still: Jumping.

System version: Mavericks.

Best Answer

Whilst it's not ideal, if it's that bad you could disable the app bounce notification completely for all apps:

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

To revert, replace TRUE with FALSE.

You can provide feedback to Apple regarding this at the following page: