-
-
Save poodarchu/035263e8e41280094935 to your computer and use it in GitHub Desktop.
Revisions
-
euler0 revised this gist
Jan 2, 2013 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
euler0 created this gist
Jan 2, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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