Skip to content

Instantly share code, notes, and snippets.

@poodarchu
Forked from euler0/gist:4431640
Created December 25, 2015 17:43
Show Gist options
  • Select an option

  • Save poodarchu/035263e8e41280094935 to your computer and use it in GitHub Desktop.

Select an option

Save poodarchu/035263e8e41280094935 to your computer and use it in GitHub Desktop.

Revisions

  1. @euler0 euler0 revised this gist Jan 2, 2013. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -5,3 +5,7 @@ $ defaults delete com.apple.dock springboard-columns
    $ 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
  2. @euler0 euler0 created this gist Jan 2, 2013.
    7 changes: 7 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    # 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