diff options
| -rw-r--r-- | wiki/Overview.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/wiki/Overview.md b/wiki/Overview.md index dc40feb4..6ea27b3b 100644 --- a/wiki/Overview.md +++ b/wiki/Overview.md @@ -29,8 +29,6 @@ https://github.com/user-attachments/assets/b76d5349-aa20-4889-ab90-0a51554c789d ### Configuration -Overview settings are in the [`overview`](./Configuration:-Miscellaneous.md#overview) section at the top level of the config. - You can set the zoom-out level like this: ```kdl @@ -50,3 +48,11 @@ gestures { } } ``` + +To change the color behind the workspaces, use the `backdrop-color` output setting: + +```kdl +output "HDMI-A-1" { + backdrop-color "#777777" +} +``` |
