diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index 66cb3b026..1af8d2484 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -254,6 +254,7 @@ static void set_activated(struct sway_view *view, bool activated) { } wlr_xwayland_surface_activate(surface, activated); + wlr_xwayland_surface_restack(surface, NULL, XCB_STACK_MODE_ABOVE); } static void set_tiled(struct sway_view *view, bool tiled) {