We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26dcef8 commit db2ca52Copy full SHA for db2ca52
1 file changed
macos/defaults.sh
@@ -91,6 +91,8 @@ run_cmd defaults write com.apple.dock show-recents -bool false
91
run_cmd defaults write com.apple.dock autohide -bool false
92
write_trackpad_bool Clicking true
93
write_trackpad_bool TrackpadThreeFingerDrag true
94
+write_trackpad_bool Dragging true
95
+write_trackpad_bool DragLock false
96
run_cmd defaults write NSGlobalDomain com.apple.trackpad.forceClick -bool true
97
run_cmd defaults write com.apple.screencapture location -string "$HOME/Pictures/Screenshots"
98
run_cmd defaults write com.apple.screencapture type -string png
0 commit comments