Skip to content

Commit

Permalink
chore: update README on finger count minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename authored Nov 6, 2023
1 parent b8e5dbd commit ba85cbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ plugin {
# default sensitivity is probably too low on tablet screens,
# I recommend turning it up to 4.0
sensitivity = 1.0
# must be >= 3
workspace_swipe_fingers = 3
}
}
Expand Down Expand Up @@ -123,9 +125,10 @@ where (skip to [examples](#examples) if this is confusing):
- `gesture_name` is one of:
1. `swipe:<finger_count>:<direction>`
- `finger_count` must be >= 3
- `direction` is one of `l`, `r`, `u`, `d`, or `ld`, `rd`, `lu`, `ru` for diagonal directions.
(l, r, u, d stands for left, right, up, down)
2. `edge:<from_edge>:<direction>`
3. `edge:<from_edge>:<direction>`
- `<from_edge>` is from which edge to start (l/r/u/d)
- `<direction>` is in which direction to swipe (l/r/u/d/lu/ld/ru/rd)
Expand Down

0 comments on commit ba85cbd

Please sign in to comment.