Skip to content

Commit

Permalink
feat(ui): update trackpad
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed May 20, 2020
1 parent 66323b7 commit 139ef34
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions customization-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,23 @@
- name: Auto hide dock (macOS)
shell:
cmd: "defaults write com.apple.dock autohide -bool true && killall Dock"

- name: Tap to click (macOS)
shell:
cmd: "defaults write com.apple.AppleMultitouchTrackpad Clicking 1"

- name: Three finger drag (macOS)
shell:
cmd: "defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerDrag 1"

- name: Horizontal Swipe Gesture (macOS)
shell:
cmd: "defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerHorizSwipeGesture 0"

- name: Verticle Swipe Gesture (macOS)
shell:
cmd: "defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerVertSwipeGesture 0"

- name: Right edge Swipe Gesture (macOS)
shell:
cmd: "defaults write com.apple.AppleMultitouchTrackpad TrackpadTwoFingerFromRightEdgeSwipeGesture 0"

0 comments on commit 139ef34

Please sign in to comment.