mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
sway: run commands without waiting for Xwayland
Xwayland is lazy now, there is no need to wait at all
This commit is contained in:
parent
3b7cae0e31
commit
89ae1792b5
3 changed files with 12 additions and 23 deletions
|
|
@ -40,7 +40,6 @@ struct sway_server {
|
|||
struct wlr_xwayland *xwayland;
|
||||
struct wlr_xcursor_manager *xcursor_manager;
|
||||
struct wl_listener xwayland_surface;
|
||||
struct wl_listener xwayland_ready;
|
||||
|
||||
struct wlr_wl_shell *wl_shell;
|
||||
struct wl_listener wl_shell_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue