Skip to content

Instantly share code, notes, and snippets.

@joviczarko
Created August 6, 2017 13:45
Show Gist options
  • Save joviczarko/b6cbcc47446410eb966ec655fe5ff680 to your computer and use it in GitHub Desktop.
Save joviczarko/b6cbcc47446410eb966ec655fe5ff680 to your computer and use it in GitHub Desktop.
Make macos dock auto-hide faster
defaults write com.apple.dock autohide -bool true && defaults write com.apple.dock autohide-delay -float 0 && defaults write com.apple.dock autohide-time-modifier -float 0 && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment