diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 2413897..7b61274 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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 |