query: add window type filter for if-actions

This commit is contained in:
Tobias Bengfort 2024-04-20 07:57:35 +02:00
parent 858e1c65cf
commit 7347f7f05f
4 changed files with 12 additions and 0 deletions

View file

@ -262,6 +262,7 @@ struct view_query {
struct wl_list link;
char *identifier;
char *title;
int window_type;
};
struct xdg_toplevel_view {