i3 compat: Adding support for the all criteria

Matches all views. i3 PR: https://github.com/i3/i3/pull/4460

Fixes #7110
This commit is contained in:
Johan Sköld 2023-09-01 21:28:09 -07:00 committed by Simon Ser
parent 3dd2f4a67f
commit d952ce403e
3 changed files with 14 additions and 3 deletions

View file

@ -43,6 +43,7 @@ struct criteria {
struct pattern *window_role;
enum atom_name window_type;
#endif
bool all;
bool floating;
bool tiling;
char urgent; // 'l' for latest or 'o' for oldest