diff options
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool # Map bottom right Trackpad corner to right-click defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadCornerSecondaryClick -int 2 -defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightClick -bool false +defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightClick -bool true # Disable Safari’s thumbnail cache for History and Top Sites defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 |