Skip to content

Instantly share code, notes, and snippets.

@Teraflopst
Created March 13, 2019 10:36
Show Gist options
  • Save Teraflopst/d5ede3dd3a10488c3d3e811f6683e3b8 to your computer and use it in GitHub Desktop.
Save Teraflopst/d5ede3dd3a10488c3d3e811f6683e3b8 to your computer and use it in GitHub Desktop.
Enable macOS Trackpad "Tap to Click"
# Enable tap to click (Trackpad) for this user and for the login screen
# For Laptop's Trackpad
defaults write com.apple.AppleMultitouchTrackpad Clicking -bool true
# For Magic Trackpad
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true
defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment