mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 04:46:12 +10:00
committed by
Mathias Bynens
parent
f646752640
commit
58b68ea332
@@ -702,10 +702,14 @@ 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
|
||||
# Disable the all too sensitive backswipe on trackpads
|
||||
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
|
||||
defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool false
|
||||
|
||||
# Disable the all too sensitive backswipe on Magic Mouse
|
||||
defaults write com.google.Chrome AppleEnableMouseSwipeNavigateWithScrolls -bool false
|
||||
defaults write com.google.Chrome.canary AppleEnableMouseSwipeNavigateWithScrolls -bool false
|
||||
|
||||
# Use the system-native print preview dialog
|
||||
defaults write com.google.Chrome DisablePrintPreview -bool true
|
||||
defaults write com.google.Chrome.canary DisablePrintPreview -bool true
|
||||
|
||||
Reference in New Issue
Block a user