diff options
| author | Puck Meerburg <puck@puckipedia.com> | 2022-08-07 10:12:51 +0000 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2025-01-13 08:54:23 +0100 |
| commit | 3ab1f0ca3d4f7701c7219f9401f5f372bedc244b (patch) | |
| tree | 7aad354a5f0354bfc7a922fe9f8b710cf51daba3 /include | |
| parent | 60f06fc4f1590e1213893177ebf00ea780178562 (diff) | |
criteria: add sandbox properties
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/criteria.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
