Add option for animating workspaces as an infinite band

This commit is contained in:
pdamianik 2024-02-18 17:28:36 +01:00
parent c706ca2c7d
commit f1991775b2
No known key found for this signature in database
GPG Key ID: D5A542EECE01C4C1
1 changed files with 1 additions and 0 deletions

View File

@ -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 >}}