Skip to content

Commit

Permalink
.osx: Disable the Launchpad gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
s10wen authored and mathiasbynens committed Jun 7, 2014
1 parent 3da2f05 commit 4d58cf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Expand Up @@ -403,6 +403,9 @@ defaults write com.apple.dock showhidden -bool true
# Make Dock more transparent
defaults write com.apple.dock hide-mirror -bool true

# Disable the Launchpad gesture (pinch with thumb and three fingers)
#defaults write com.apple.dock showLaunchpadGestureEnabled -int 0

# Reset Launchpad, but keep the desktop wallpaper intact
find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete

Expand Down

0 comments on commit 4d58cf3

Please sign in to comment.