mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 03:45:57 +01:00
Add gestures:workspace_swipe_min_fingers option (#676)
This commit is contained in:
parent
bd4d97c5b9
commit
ab7d1c381e
1 changed files with 1 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue