mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Add security context properties to criteria
This commit is contained in:
parent
e892c605a2
commit
3611d1e245
3 changed files with 70 additions and 1 deletions
|
|
@ -48,6 +48,8 @@ struct criteria {
|
|||
char urgent; // 'l' for latest or 'o' for oldest
|
||||
struct pattern *workspace;
|
||||
pid_t pid;
|
||||
struct pattern *sandbox_app_id;
|
||||
struct pattern *sandbox_engine;
|
||||
};
|
||||
|
||||
bool criteria_is_empty(struct criteria *criteria);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue