From 3ab1f0ca3d4f7701c7219f9401f5f372bedc244b Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Sun, 7 Aug 2022 10:12:51 +0000 Subject: criteria: add sandbox properties --- include/sway/criteria.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/sway/criteria.h b/include/sway/criteria.h index ae546821..8ba8c998 100644 --- a/include/sway/criteria.h +++ b/include/sway/criteria.h @@ -53,6 +53,9 @@ struct criteria { char urgent; // 'l' for latest or 'o' for oldest struct pattern *workspace; pid_t pid; + struct pattern *sandbox_engine; + struct pattern *sandbox_app_id; + struct pattern *sandbox_instance_id; }; bool criteria_is_empty(struct criteria *criteria); -- cgit v1.2.3