mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-10 12:42:47 +02:00
d6e0ecc507
This commit adds support for composite rules in the static configuration file, and for float_identifiers in the applications.yaml file. A new enum, MatchingRule provides two variants, Simple and Composite, and is now used in place of IdWithIdentifier throughout komorebi. In order to keep this new enum lean, a variant for IdWithIdentifierAndComment has not been added, and references to it in the old config generation code have been replaced with MatchingRule. resolve #462, resolve #715, resolve #237