sway: run commands without waiting for Xwayland

Xwayland is lazy now, there is no need to wait at all
This commit is contained in:
Dominique Martinet 2018-05-16 12:29:30 +09:00
parent 3b7cae0e31
commit 89ae1792b5
3 changed files with 12 additions and 23 deletions

View file

@ -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;