aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSindre Sorhus <sindresorhus@gmail.com>2014-08-12 18:40:06 +0200
committerMathias Bynens <mathias@qiwi.be>2014-08-13 08:33:32 +0200
commit7ed7a39d2d885e93bd431a2bc8217afbd146b551 (patch)
tree1610fae0ae2a9ec568b1967aed17ac4813d835f1
parent4a975b011174da08bef524dabc4108928480c216 (diff)
downloaddotfiles-7ed7a39d2d885e93bd431a2bc8217afbd146b551.tar.gz
dotfiles-7ed7a39d2d885e93bd431a2bc8217afbd146b551.tar.bz2
dotfiles-7ed7a39d2d885e93bd431a2bc8217afbd146b551.zip
.osx: Disable the all-too-sensitive backswipe on Chrome
Closes #416.
-rwxr-xr-x.osx4
1 files changed, 4 insertions, 0 deletions
diff --git a/.osx b/.osx
index 9bf0311..d1b47e6 100755
--- a/.osx
+++ b/.osx
@@ -647,6 +647,10 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
defaults write com.google.Chrome ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*"
defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*"
+# Disable the all too sensitive backswipe
+defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
+defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool false
+
###############################################################################
# GPGMail 2 #
###############################################################################