From 45ce50bb3c3c882cce344e2e66bd22fab7e68232 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sun, 25 Dec 2022 15:43:04 +0000 Subject: [PATCH] added workspace swipe numbered --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 8b3873a3..5445753c 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -214,6 +214,7 @@ Described [here](../Keywords#per-device-input-configs). | workspace_swipe_cancel_ratio | (0.0 - 1.0) how much the swipe has to proceed in order to commence it. (0.7 -> if > 0.7 * distance, switch, if less, revert) | float | 0.5 | | workspace_swipe_create_new | whether a swipe right on the last workspace should create a new one. | bool | true | | workspace_swipe_forever | if enabled, swiping will not clamp at the neighboring workspaces but continue to the further ones. | bool | false | +| workspace_swipe_numbered | if enabled, swiping will swipe on consecutive numbered workspaces. | bool | false | # Misc