Skip to content

Instantly share code, notes, and snippets.

@jonsecchis
Created July 30, 2018 17:13
Show Gist options
  • Save jonsecchis/d58035655bb2d762358ad84789f0cdad to your computer and use it in GitHub Desktop.
Save jonsecchis/d58035655bb2d762358ad84789f0cdad to your computer and use it in GitHub Desktop.
pseudo-remove macOS Dock
defaults write com.apple.dock autohide -bool true && defaults write com.apple.dock autohide-deplay -float 5 && 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