Fix layer surfaces without an exculsive area by using the right x and y for the current monitor (by Stivvo).
RUALICLT3PUWT4WAAYNVCGXE4YQMQRBZO3GAECADEBNPFWQF3KAAC
DADSQJFKYX6U5JOHSHJWWDSUFC7ZWSZVHFMEKPZEXKPELMEQBL2QC
VCNLR5X75OAXVKPZQHF5RUZ7BONBUC6RPGO2NZEUD3FZ7TEVL66AC
7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC
struct wlr_box full_area = { 0 }; wlr_output_effective_resolution(m->wlr_output, &full_area.width, &full_area.height);
struct wlr_box full_area = { 0 };
wlr_output_effective_resolution(m->wlr_output,
&full_area.width, &full_area.height);
struct wlr_box full_area = *wlr_output_layout_get_box(output_layout, m->wlr_output);