From 4d58cf323e14132f063d10b265a49215c93c6aed Mon Sep 17 00:00:00 2001 From: Simon Owen Design Date: Wed, 1 Jan 2014 22:30:51 +0000 Subject: .osx: Disable the Launchpad gesture Closes #316. --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 27a5111..788b8fa 100755 --- a/.osx +++ b/.osx @@ -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 -- cgit v1.2.3