Skip to content

Instantly share code, notes, and snippets.

@juanfernandes
Created January 28, 2020 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanfernandes/7871029f46839f9fca80ad832a826a75 to your computer and use it in GitHub Desktop.
Save juanfernandes/7871029f46839f9fca80ad832a826a75 to your computer and use it in GitHub Desktop.
Permanently hide the Mac OS X dock
defaults write com.apple.Dock autohide-delay -float 1000000 && killall Dock
defaults delete com.apple.Dock autohide-delay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment