sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit daaec72ac01f66fda8b3eabe6e11e461f2e0f31d
parent 1ea5f015f52c56a91a0423d65eba401236cee7ba
Author: Tudor Brindus <me@tbrindus.ca>
Date:   Sat, 28 Aug 2021 15:52:01 -0400

desktop/xwayland: restack surface upon activation

This commit updates Sway for swaywm/wlroots#2915.

Diffstat:
Msway/desktop/xwayland.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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) {