From ab7d1c381e75953afa3d5de22078a5294327c8b8 Mon Sep 17 00:00:00 2001 From: "John M. Harris, Jr" Date: Fri, 7 Jun 2024 10:54:16 -0700 Subject: [PATCH] Add gestures:workspace_swipe_min_fingers option (#676) --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) 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 |