mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
launcher: export X startup ids and use them for workspace matching
This commit is contained in:
parent
30ad4dc4a5
commit
28fda4c0d3
3 changed files with 43 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue