Implement 'all' matching criterion

This criterion matches all open windows, as a more readable (and
correct) version of the 'class=".*"' criterion (more correct because
it'll also match windows which don't have WM_CLASS set yet).
This commit is contained in:
Isaac Garzon
2021-07-23 14:19:36 +03:00
parent abbf6a85d7
commit 3a818c0f20
7 changed files with 116 additions and 3 deletions

View File

@ -530,6 +530,7 @@ struct Match {
WM_FLOATING_USER,
WM_FLOATING } window_mode;
Con *con_id;
bool match_all_windows;
/* Where the window looking for a match should be inserted:
*