Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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
defaults delete com.apple.dock autohide && defaults delete com.apple.dock autohide-delay && defaults delete com.apple.dock autohide-time-modifier && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment