Skip to content

Commit bdda33f

Browse files
committed
chore: stop dock bouncing
1 parent ec1b16c commit bdda33f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

macos/set-defaults.sh

+3
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@ defaults write com.apple.dock wvous-tr-modifier -int 0
485485
# defaults write com.apple.dock wvous-bl-corner -int 5
486486
# defaults write com.apple.dock wvous-bl-modifier -int 0
487487

488+
# Disable the bouncing icon in the Dock
489+
defaults write com.apple.dock no-bouncing -bool TRUE; killall Dock
490+
488491
###############################################################################
489492
# Safari & WebKit #
490493
###############################################################################

0 commit comments

Comments
 (0)