From d952ce403e63a1d91f07b72d971500d583609223 Mon Sep 17 00:00:00 2001 From: Johan Sköld Date: Fri, 1 Sep 2023 21:28:09 -0700 Subject: i3 compat: Adding support for the `all` criteria Matches all views. i3 PR: https://github.com/i3/i3/pull/4460 Fixes #7110 --- include/sway/criteria.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sway/criteria.h b/include/sway/criteria.h index 59f57f94..8da345ea 100644 --- a/include/sway/criteria.h +++ b/include/sway/criteria.h @@ -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 -- cgit v1.2.3-54-g00ecf