mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-08-24 04:33:59 +02:00
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