mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add backdrop-color setting to overview {}
This commit is contained in:
@@ -25,6 +25,7 @@ cursor {
|
||||
|
||||
overview {
|
||||
zoom 0.5
|
||||
backdrop-color "#262626"
|
||||
}
|
||||
|
||||
clipboard {
|
||||
@@ -161,6 +162,17 @@ overview {
|
||||
}
|
||||
```
|
||||
|
||||
`backdrop-color` sets 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.
|
||||
|
||||
```kdl
|
||||
overview {
|
||||
backdrop-color "#262626"
|
||||
}
|
||||
```
|
||||
|
||||
### `clipboard`
|
||||
|
||||
<sup>Since: 25.02</sup>
|
||||
|
||||
Reference in New Issue
Block a user