aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-06-28 09:21:10 +0200
committerMathias Bynens <mathias@qiwi.be>2012-06-28 09:21:10 +0200
commitf0ac6582c4751472f28b3210c297ac2e9b7e3a34 (patch)
treeb81e83b8675a3570fbdb3776a0ad2d82c3a916f8
parentd2eb82245be7a1fcf9d21be9e89c9497aae497af (diff)
downloaddotfiles-f0ac6582c4751472f28b3210c297ac2e9b7e3a34.tar.gz
dotfiles-f0ac6582c4751472f28b3210c297ac2e9b7e3a34.tar.bz2
dotfiles-f0ac6582c4751472f28b3210c297ac2e9b7e3a34.zip
.osx: Explicitly enable swipe between pages
Ref #80.
-rwxr-xr-x.osx1
1 files changed, 1 insertions, 0 deletions
diff --git a/.osx b/.osx
index 5a73f6b..af275d0 100755
--- a/.osx
+++ b/.osx
@@ -59,6 +59,7 @@ defaults -currentHost write NSGlobalDomain com.apple.trackpad.trackpadCornerClic
defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryClick -bool true
# Trackpad: swipe between pages with three fingers
+defaults write NSGlobalDomain AppleEnableSwipeNavigateWithScrolls -bool true
defaults -currentHost write NSGlobalDomain com.apple.trackpad.threeFingerHorizSwipeGesture -int 1
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerHorizSwipeGesture -int 1