From 001045e47a9172d8f70c2d2c3f77589385b250da Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 27 Apr 2018 10:44:20 +0100 Subject: [PATCH] xwayland: make utility windows unmanaged again 7f70d244a9802207c258bd5da6d4ada5eb15484a made utility windows managed, because it made sense according to the spec. Turns out Firefox uses them for popups. --- xwayland/xwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwayland/xwm.c b/xwayland/xwm.c index e77d6e96..b97a1753 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -1643,6 +1643,7 @@ bool wlr_xwayland_surface_is_unmanaged( NET_WM_WINDOW_TYPE_POPUP_MENU, NET_WM_WINDOW_TYPE_SPLASH, NET_WM_WINDOW_TYPE_TOOLTIP, + NET_WM_WINDOW_TYPE_UTILITY, }; for (size_t i = 0; i < sizeof(needles) / sizeof(needles[0]); ++i) {