Add gestures:workspace_swipe_min_fingers option (#676)

This commit is contained in:
John M. Harris, Jr 2024-06-07 10:54:16 -07:00 committed by GitHub
parent bd4d97c5b9
commit ab7d1c381e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ Described [here](../Keywords#per-device-input-configs).
| --- | --- | --- | --- |
| workspace_swipe | enable workspace swipe gesture on touchpad | bool | false |
| workspace_swipe_fingers | how many fingers for the touchpad gesture | int | 3 |
| workspace_swipe_min_fingers | if enabled, workspace_swipe_fingers is considered the minimum number of fingers to swipe | bool | false |
| workspace_swipe_distance | in px, the distance of the touchpad gesture | int | 300 |
| workspace_swipe_touch | enable workspace swiping from the edge of a touchscreen | bool | false |
| workspace_swipe_invert | invert the direction | bool | true |