diff options
| -rw-r--r-- | wiki/Configuration:-Miscellaneous.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/wiki/Configuration:-Miscellaneous.md b/wiki/Configuration:-Miscellaneous.md index b39fb523..5f4a8e7c 100644 --- a/wiki/Configuration:-Miscellaneous.md +++ b/wiki/Configuration:-Miscellaneous.md @@ -152,8 +152,10 @@ cursor { Settings for the [Overview](./Overview.md). -`zoom` controls how much the workspaces zoom out in the overview. -It ranges from 0 to 0.75 where lower values make everything smaller. +#### `zoom` + +Control how much the workspaces zoom out in the overview. +`zoom` ranges from 0 to 0.75 where lower values make everything smaller. ```kdl // Make workspaces four times smaller than normal in the overview. @@ -162,7 +164,9 @@ overview { } ``` -`backdrop-color` sets the backdrop color behind workspaces in the overview. +#### `backdrop-color` + +Set the backdrop color behind workspaces in the overview. The backdrop is also visible between workspaces when switching. The alpha channel for this color will be ignored. |
