Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wm): start/end match on some float rules
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.
- Loading branch information