MacOS Commands

MacOS Commands

Show/hide dock time delay

defaults write com.apple.dock "autohide-delay" -float "5" && killall Dock

Set back to default

defaults delete com.apple.dock "autohide-delay" && killall Dock

Turn off dock icon bouncing

defaults write com.apple.dock no-bouncing -bool TRUE