~ruther/dwl

097b4a30f5906fb45ce805115dd9dde48aefe60e — Leonardo Hernández Hernández 2 years ago c1578bc
unconstrain layer shell popups from monitor size

unconstrain other popups from monitor usable area
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 956,7 956,7 @@ createnotify(struct wl_listener *listener, void *data)
				xdg_surface->popup->parent->data, xdg_surface);
		if (!(c = toplevel_from_popup(xdg_surface->popup)) || !c->mon)
			return;
		box = c->mon->w;
		box = c->type == LayerShell ? c->mon->m : c->mon->w;
		box.x -= c->geom.x;
		box.y -= c->geom.y;
		wlr_xdg_popup_unconstrain_from_box(xdg_surface->popup, &box);

Do not follow this link