mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
wiki/Overview: Mention backdrop-color
This commit is contained in:
+8
-2
@@ -29,8 +29,6 @@ https://github.com/user-attachments/assets/b76d5349-aa20-4889-ab90-0a51554c789d
|
|||||||
|
|
||||||
### Configuration
|
### 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:
|
You can set the zoom-out level like this:
|
||||||
|
|
||||||
```kdl
|
```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"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user