mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Add xdg_toplevel tag to criteria
This commit is contained in:
parent
08142c3f3a
commit
cb33701f5e
3 changed files with 33 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ struct criteria {
|
|||
struct pattern *sandbox_engine;
|
||||
struct pattern *sandbox_app_id;
|
||||
struct pattern *sandbox_instance_id;
|
||||
struct pattern *tag;
|
||||
};
|
||||
|
||||
bool criteria_is_empty(struct criteria *criteria);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue