mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
launcher: export X startup ids and use them for workspace matching
(cherry picked from commit 28fda4c0d3)
This commit is contained in:
parent
97423ca9c7
commit
d5872d0880
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