wiki/Overview: Mention backdrop-color

This commit is contained in:
Ivan Molodetskikh
2025-04-25 17:56:01 +03:00
parent d2a1cf53b4
commit 501ea47128
+8 -2
View File
@@ -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"
}
```