We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1b16c commit bdda33fCopy full SHA for bdda33f
macos/set-defaults.sh
@@ -485,6 +485,9 @@ defaults write com.apple.dock wvous-tr-modifier -int 0
485
# defaults write com.apple.dock wvous-bl-corner -int 5
486
# defaults write com.apple.dock wvous-bl-modifier -int 0
487
488
+# Disable the bouncing icon in the Dock
489
+defaults write com.apple.dock no-bouncing -bool TRUE; killall Dock
490
+
491
###############################################################################
492
# Safari & WebKit #
493
0 commit comments