Skip to content

Instantly share code, notes, and snippets.

@vgrafe
Last active July 14, 2021 20:01
Show Gist options
  • Save vgrafe/3484a76b003feab0ec915bbaf237fd7a to your computer and use it in GitHub Desktop.
Save vgrafe/3484a76b003feab0ec915bbaf237fd7a to your computer and use it in GitHub Desktop.
defaults write com.apple.dock autohide-time-modifier -float 0.4 && \
defaults write com.apple.dock autohide-delay -float 1000 && \
defaults write com.apple.dock autohide-time-modifier -int 0 && \
defaults write com.apple.dock static-only -bool true && \
defaults write com.apple.dock autohide -bool true && \
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment