diff options
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,9 @@ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true defaults write com.apple.screensaver askForPassword -int 1 defaults write com.apple.screensaver askForPasswordDelay -int 0 +# Enable tap to click (Trackpad) +defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true + # 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 |