Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upMake window matchers accept regex pattern #7
Comments
This comment has been minimized.
This comment has been minimized.
|
Hmm interesting, i dunno why |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
offlinehacker commentedJan 12, 2019
Issue
Currently window matchers only accept exact match. So that means if window class is
chromium-browser,match_wm_class_contains = chromiumwould only matchchromiumwindow class and notchromium-browserclass. I assume it's the same for other matchers.Solution
Implement additional matchers (or change existing ones to match by regex). Example: