Skip to content

Instantly share code, notes, and snippets.

@artburkart
Created July 5, 2016 17:28
Show Gist options
  • Save artburkart/cd532b861806ce94d1a9fb59f32e45c8 to your computer and use it in GitHub Desktop.
Save artburkart/cd532b861806ce94d1a9fb59f32e45c8 to your computer and use it in GitHub Desktop.
Custom changes for Mac dock
defaults write com.apple.dock static-only -bool TRUE; killall Dock
defaults write com.apple.dock showhidden -bool TRUE; killall Dock
defaults write com.apple.dock autohide-time-modifier -float 1; killall Dock
defaults write com.apple.dock tilesize -int 16; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment