Adds support for
section = [
"abc"
{ a = 123; }
];
Which gets generated to
section=abc
section {
a=123
}
This is very useful with the new windowrule syntax, where you can
create anonymous window rules as strings and named rules as attribute
sets. See <https://wiki.hypr.land/Configuring/Window-Rules/>.
|
||
|---|---|---|
| .. | ||
| default.nix | ||
| tohyprconf-result.txt | ||
| tohyprconf.nix | ||
| tokdl-result.txt | ||
| tokdl.nix | ||
| toscfg-empty-result.txt | ||
| toscfg-empty.nix | ||
| toscfg-err-dir-empty-name.nix | ||
| toscfg-example-result.txt | ||
| toscfg-example.nix | ||