diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-06-28 09:21:10 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-06-28 09:21:10 +0200 |
commit | f0ac6582c4751472f28b3210c297ac2e9b7e3a34 (patch) | |
tree | b81e83b8675a3570fbdb3776a0ad2d82c3a916f8 | |
parent | d2eb82245be7a1fcf9d21be9e89c9497aae497af (diff) | |
download | dotfiles-f0ac6582c4751472f28b3210c297ac2e9b7e3a34.tar.gz dotfiles-f0ac6582c4751472f28b3210c297ac2e9b7e3a34.tar.bz2 dotfiles-f0ac6582c4751472f28b3210c297ac2e9b7e3a34.zip |
.osx: Explicitly enable swipe between pages
Ref #80.
-rwxr-xr-x | .osx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |