Skip to content

Instantly share code, notes, and snippets.

@semyonf
Created November 13, 2018 22:05
Show Gist options
  • Save semyonf/55b546a6926e1092f05a2033e927263c to your computer and use it in GitHub Desktop.
Save semyonf/55b546a6926e1092f05a2033e927263c to your computer and use it in GitHub Desktop.
Make Dock show/hide fast immediately
defaults write com.apple.dock autohide-time-modifier -float 0.25
defaults write com.apple.dock autohide-delay -int 0
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment