Closed urob closed 1 month ago
It is not entirely clear to me at this point whether, float_rules will be eventually repurposed to mean "managed but starting as floating". If another change to this effect will be rolled we need to decide how to handle that on the Whim side
I think we could do something similar to our existing generation and create config for the floating plugin.
main
branch.This PR fixes #1040
Both
ignore_identifiers
andfloat_identifiers
rules add afilter
rule on the Whim side. Duplicates are taken care of using the default de-deduplication handling in the script.Some things to look out for in the future:
For now there are no rules in https://github.com/LGUG2Z/komorebi-application-specific-configuration with the new identifier, so we could wait merging this PR. On the other hand, merging now should be harmless as it is backward compatible. In either case, I'll be monitoring the Komorebi-rules repo to make sure that all ignore-rules use one of the two identifiers
It is not entirely clear to me at this point whether,
float_rules
will be eventually repurposed to mean "managed but starting as floating". If another change to this effect will be rolled we need to decide how to handle that on the Whim side