diff options
author | Sindre Sorhus <sindresorhus@gmail.com> | 2014-08-12 18:40:06 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-08-13 08:33:32 +0200 |
commit | 7ed7a39d2d885e93bd431a2bc8217afbd146b551 (patch) | |
tree | 1610fae0ae2a9ec568b1967aed17ac4813d835f1 | |
parent | 4a975b011174da08bef524dabc4108928480c216 (diff) | |
download | dotfiles-7ed7a39d2d885e93bd431a2bc8217afbd146b551.tar.gz dotfiles-7ed7a39d2d885e93bd431a2bc8217afbd146b551.tar.bz2 dotfiles-7ed7a39d2d885e93bd431a2bc8217afbd146b551.zip |
.osx: Disable the all-too-sensitive backswipe on Chrome
Closes #416.
-rwxr-xr-x | .osx | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 # ############################################################################### |