aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorSimon Owen Design <simon.owen.design@gmail.com>2014-01-01 22:30:51 +0000
committerMathias Bynens <mathias@qiwi.be>2014-06-07 17:11:31 +0200
commit4d58cf323e14132f063d10b265a49215c93c6aed (patch)
tree263bcad66e3108acbecebdcfe156390fc2e2a0c9 /.osx
parent3da2f059328d5728520d49eda3e14c238b888998 (diff)
downloaddotfiles-4d58cf323e14132f063d10b265a49215c93c6aed.tar.gz
dotfiles-4d58cf323e14132f063d10b265a49215c93c6aed.tar.bz2
dotfiles-4d58cf323e14132f063d10b265a49215c93c6aed.zip
.osx: Disable the Launchpad gesture
Closes #316.
Diffstat (limited to '.osx')
-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