You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently window matchers only accept exact match. So that means if window class is chromium-browser, match_wm_class_contains = chromium would only match chromium window class and not chromium-browser class. I assume it's the same for other matchers.
Solution
Implement additional matchers (or change existing ones to match by regex). Example:
Issue
Currently window matchers only accept exact match. So that means if window class is
chromium-browser
,match_wm_class_contains = chromium
would only matchchromium
window class and notchromium-browser
class. I assume it's the same for other matchers.Solution
Implement additional matchers (or change existing ones to match by regex). Example:
The text was updated successfully, but these errors were encountered: