Skip to content

Instantly share code, notes, and snippets.

@NicholasTD07
Created August 2, 2016 02:18
Show Gist options
  • Save NicholasTD07/465a6dc84c5f5ebaa4336e276f94026d to your computer and use it in GitHub Desktop.
Save NicholasTD07/465a6dc84c5f5ebaa4336e276f94026d to your computer and use it in GitHub Desktop.
Dock icons, STOP BOUNCING ALL DAY!
#!/bin/sh
main() {
no_bouncing_dock_icons
}
no_bouncing_dock_icons() {
defaults write com.apple.dock no-bouncing -bool TRUE
killall Dock
}
main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment