Skip to content

Commit db2ca52

Browse files
committed
fix(macos): 🐛 enable three-finger drag properly
1 parent 26dcef8 commit db2ca52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

macos/defaults.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ run_cmd defaults write com.apple.dock show-recents -bool false
9191
run_cmd defaults write com.apple.dock autohide -bool false
9292
write_trackpad_bool Clicking true
9393
write_trackpad_bool TrackpadThreeFingerDrag true
94+
write_trackpad_bool Dragging true
95+
write_trackpad_bool DragLock false
9496
run_cmd defaults write NSGlobalDomain com.apple.trackpad.forceClick -bool true
9597
run_cmd defaults write com.apple.screencapture location -string "$HOME/Pictures/Screenshots"
9698
run_cmd defaults write com.apple.screencapture type -string png

0 commit comments

Comments
 (0)