Open heiytor opened 3 months ago
IMHO, adding an extraOptions
option that simply appends strings to the end of the file would be nice.
Just encountered this issue as well.
Picom's configuration format uses libconfig
, which differentiates between arrays (enclosed in square brackets []
) and lists (enclosed in parentheses ()
).
Picom specifies the animations as a list, not as an array. However, the current HM module for Picom can only specify arrays, with no way of specifying lists.
IMHO, adding an
extraOptions
option that simply appends strings to the end of the file would be nice.
+1 on this.
Could we get an option to supply a config file? I'd rather supply a config file with --config than write my config into Nix strings
Are you following the right branch?
Is there an existing issue for this?
Issue description
The latest Picom version accepts an animations configuration, which is declared as a set like
({...}, {...})
. I've overridden the Picom package to the latest version, but the following configuration:is converted to a file with:
This leads to a syntax error:
Maintainer CC
@Philipp-M @thiagokokada
System information