From f1991775b2e54e12c778b5ae7810cf15d7f4d5a9 Mon Sep 17 00:00:00 2001 From: pdamianik <39028343+pdamianik@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:28:36 +0100 Subject: [PATCH] Add option for animating workspaces as an infinite band --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 598183d..444e723 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -147,6 +147,7 @@ but remember that higher `blur:passes` will require more strain on the GPU. |---|---|---|---| | enabled | enable animations | bool | true | | first_launch_animation | enable first launch animation | bool | true | +| workspace_wraparound | Whether the workspace switch animation should wrap around when using the `workspace` dispatcher with a relative offset | bool | false | {{< hint type=info >}}