readme: condescending note about manual niri config
This commit is contained in:
parent
7ea1eed8bf
commit
c6e1630e8a
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -150,6 +150,24 @@ programs.nova-shell.systemd = {
|
|||
};
|
||||
```
|
||||
|
||||
### Niri overview backdrop
|
||||
|
||||
If you use the Home Manager module like a civilized person, the required niri
|
||||
layer rule is added automatically. If you insist on managing your niri config
|
||||
by hand — because declarative configuration is apparently too convenient — add
|
||||
this to your `config.kdl`:
|
||||
|
||||
```kdl
|
||||
layer-rule {
|
||||
match namespace="^nova-overview-backdrop$"
|
||||
place-within-backdrop true
|
||||
}
|
||||
```
|
||||
|
||||
Without this, the overview backdrop widgets won't be visible between workspace
|
||||
rows. The bar will still work, you'll just miss out on the pretty parts, which
|
||||
is arguably what you deserve for not using Nix properly.
|
||||
|
||||
## Contributing
|
||||
|
||||
Sure, why not. It can't get much worse, and the GPL requires you to share
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue