diff --git a/src/render/Renderer.cpp b/src/render/Renderer.cpp index 98d4b4a9..3569933e 100644 --- a/src/render/Renderer.cpp +++ b/src/render/Renderer.cpp @@ -587,10 +587,10 @@ void CHyprRenderer::arrangeLayerArray(SMonitor* pMonitor, const std::listanchor, PSTATE->exclusive_zone, PSTATE->margin.top, PSTATE->margin.right, PSTATE->margin.bottom, PSTATE->margin.left); - //if (!same) - // wlr_layer_surface_v1_configure(ls->layerSurface, box.width, box.height); + if (!same) + wlr_layer_surface_v1_configure(ls->layerSurface, box.width, box.height); - Debug::log(LOG, "LayerSurface %x arranged: x: %i y: %i w: %i h: %i with margins: t: %i l: %i r: %i b: %i", &ls, box.x, box.y, box.width, box.height, PSTATE->margin.top, PSTATE->margin.left, PSTATE->margin.right, PSTATE->margin.bottom); + //Debug::log(LOG, "LayerSurface %x arranged: x: %i y: %i w: %i h: %i with margins: t: %i l: %i r: %i b: %i", &ls, box.x, box.y, box.width, box.height, PSTATE->margin.top, PSTATE->margin.left, PSTATE->margin.right, PSTATE->margin.bottom); } }