layers should work now
This commit is contained in:
parent
5f71a33d99
commit
e664b0b692
4 changed files with 72 additions and 1 deletions
|
|
@ -190,6 +190,8 @@ void Events::listener_commitLayerSurface(wl_listener* listener, void* data) {
|
|||
if (!layersurface->layerSurface->output)
|
||||
return;
|
||||
|
||||
g_pHyprRenderer->arrangeLayersForMonitor(PMONITOR->ID);
|
||||
|
||||
if (layersurface->layer != layersurface->layerSurface->current.layer) {
|
||||
PMONITOR->m_aLayerSurfaceLists[layersurface->layer].remove(layersurface);
|
||||
PMONITOR->m_aLayerSurfaceLists[layersurface->layerSurface->current.layer].push_back(layersurface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue