mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Implement window_role criteria token
Depends on https://github.com/swaywm/wlroots/pull/1226
This commit is contained in:
parent
0b61bae8fb
commit
29f5cc7508
3 changed files with 28 additions and 7 deletions
|
|
@ -170,6 +170,7 @@ struct sway_xwayland_view {
|
|||
struct wl_listener request_activate;
|
||||
struct wl_listener set_title;
|
||||
struct wl_listener set_class;
|
||||
struct wl_listener set_role;
|
||||
struct wl_listener set_window_type;
|
||||
struct wl_listener set_hints;
|
||||
struct wl_listener map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue