mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
criteria: add sandbox properties
This commit is contained in:
parent
60f06fc4f1
commit
3ab1f0ca3d
3 changed files with 104 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue