mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-11 13:19:49 +02:00
This commit tweaks how float rule matching for titles and classes works. Previously, they required an exact match to be triggered. This change allows starts_with and ends_with matches on classes and window titles to also trigger a float rule for applications that dynamically change their window titles or window classes. Exe matches are still required to be exact.