aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-11-02 22:08:39 +0100
committerMathias Bynens <mathias@qiwi.be>2013-11-02 22:08:39 +0100
commit7f96896d33ba33e8e4fec7309b2bd592377e8249 (patch)
tree8985dab89e8ca74ca6209502febc489d8b8e5ce4 /.osx
parenta3f91f67e07b6b31760b52320e0e890f93ff4e97 (diff)
downloaddotfiles-7f96896d33ba33e8e4fec7309b2bd592377e8249.tar.gz
dotfiles-7f96896d33ba33e8e4fec7309b2bd592377e8249.tar.bz2
dotfiles-7f96896d33ba33e8e4fec7309b2bd592377e8249.zip
.osx: Remove broken three-finger swipe commands
If anyone knows how to make this work, please let me or @necolas know! Ref. #171.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx5
1 files changed, 0 insertions, 5 deletions
diff --git a/.osx b/.osx
index 2eca980..6c6a070 100755
--- a/.osx
+++ b/.osx
@@ -141,11 +141,6 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightC
defaults -currentHost write NSGlobalDomain com.apple.trackpad.trackpadCornerClickBehavior -int 1
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
-
# Disable “natural” (Lion-style) scrolling
defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false