Skip to content

Instantly share code, notes, and snippets.

@euler0
Last active November 17, 2023 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save euler0/4431640 to your computer and use it in GitHub Desktop.
Save euler0/4431640 to your computer and use it in GitHub Desktop.
OS X Cheet Sheets
# To default value
$ defaults delete com.apple.dock springboard-columns
# Arranging Launchpad (http://macnews.tistory.com/633)
$ defaults write com.apple.dock springboard-columns -int 7
$ defaults write com.apple.dock springboard-rows -int 9
$ killall Dock
# Reset Launchpad
$ rm ~/Library/Application\ Support/Dock/*.db
$ killall Dock
@Sanga01
Copy link

Sanga01 commented Nov 17, 2023

helpful...!

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