aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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