Skip to content

Instantly share code, notes, and snippets.

@championofblocks
Created November 25, 2013 23:15
Show Gist options
  • Save championofblocks/7650630 to your computer and use it in GitHub Desktop.
Save championofblocks/7650630 to your computer and use it in GitHub Desktop.
Set delay on dock to 1000 seconds to effectively disable it
defaults write com.apple.Dock autohide-delay -float 1000 && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment