From 2b4e2d66f839a7c12502dba60864997a2a6e0879 Mon Sep 17 00:00:00 2001 From: khachbe Date: Sun, 21 Jul 2024 13:58:44 +0200 Subject: [PATCH] add workspace touch invert wiki entry (#722) --- pages/Configuring/Variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 1fe4809..ebf8914 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -302,7 +302,8 @@ Described [here](../Keywords#per-device-input-configs). | 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 | +| workspace_swipe_invert | invert the direction (touchpad only) | bool | true | +| workspace_swipe_touch_invert | invert the direction (touchscreen only) | bool | true | | workspace_swipe_min_speed_to_force | minimum speed in px per timepoint to force the change ignoring `cancel_ratio`. Setting to `0` will disable this mechanic. | int | 30 | | workspace_swipe_cancel_ratio | how much the swipe has to proceed in order to commence it. (0.7 -> if > 0.7 * distance, switch, if less, revert) [0.0 - 1.0] | float | 0.5 | | workspace_swipe_create_new | whether a swipe right on the last workspace should create a new one. | bool | true |