Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 32 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save svoboda-jan/2fbc61a123e235f21a57f664d4963309 to your computer and use it in GitHub Desktop.
Save svoboda-jan/2fbc61a123e235f21a57f664d4963309 to your computer and use it in GitHub Desktop.
Change Apple OS X Dock size from Apple Terminal

Change Apple OS X Dock size from Apple Terminal

defaults write com.apple.dock tilesize -int 32; killall Dock

32 is icon size

@adrianjagielak
Copy link

Worth noted the default size is 64.

@peterlewis
Copy link

Worth noted the default size is 64.

👍

@d4rkd3v1l
Copy link

And to "lock" the size, you can use:

defaults write com.apple.dock size-immutable -bool yes && killall Dock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment