launcher: export X startup ids and use them for workspace matching

(cherry picked from commit 28fda4c0d3)
This commit is contained in:
Ronan Pigott 2022-11-16 15:50:34 -07:00 committed by Simon Ser
parent 97423ca9c7
commit d5872d0880
3 changed files with 43 additions and 1 deletions

View file

@ -156,6 +156,7 @@ struct sway_xwayland_view {
struct wl_listener set_title;
struct wl_listener set_class;
struct wl_listener set_role;
struct wl_listener set_startup_id;
struct wl_listener set_window_type;
struct wl_listener set_hints;
struct wl_listener set_decorations;