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

This commit is contained in:
Ronan Pigott 2022-11-16 15:50:34 -07:00
parent 3eb359571d
commit f386339816
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;