Skip to content

Instantly share code, notes, and snippets.

@albenik
Last active March 9, 2024 09:09
Show Gist options
  • Save albenik/50e0d062f6837a18afc115b1568fc439 to your computer and use it in GitHub Desktop.
Save albenik/50e0d062f6837a18afc115b1568fc439 to your computer and use it in GitHub Desktop.

Dock

Read currest dock size

defaults read com.apple.dock tilesize

Write specific dock size

defaults write com.apple.dock tilesize -integer 64; killall Dock

Lock dock size

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