Skip to content

Commit

Permalink
Custom launchpad organization
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Aug 22, 2019
1 parent 65bf638 commit 3b13931
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -834,9 +834,21 @@ defaults write com.apple.dock showhidden -bool true;ok
running "Make Dock more transparent"
defaults write com.apple.dock hide-mirror -bool true;ok

# defaults write com.apple.dock ResetLaunchPad -bool TRUE
running "Reset Launchpad, but keep the desktop wallpaper intact"
find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete;ok

# You can change the layout of your Launchpad
# Use the following command in Terminal to change the layout of Launchpad.
# Change ‘X’ into the number of icons to be showed in a single row (e.g 9).
#defaults write com.apple.dock springboard-columns -int 9

# Change ‘X’ to the number of rows (e.g 3).
#defaults write com.apple.dock springboard-rows -int 3

# Force a restart of Launchpad with the following command to apply the changes:
#defaults write com.apple.dock ResetLaunchPad -bool TRUE;killall Dock

bot "Configuring Hot Corners"
# Possible values:
# 0: no-op
Expand Down

0 comments on commit 3b13931

Please sign in to comment.