mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 10:18:05 +02:00
abovelock
This commit is contained in:
parent
680efeac50
commit
6ce06cd390
1 changed files with 1 additions and 1 deletions
|
|
@ -1334,7 +1334,7 @@ SP<CWLSurfaceResource> CCompositor::vectorToLayerSurface(const Vector2D& pos, st
|
|||
|
||||
for (auto const& ls : *layerSurfaces | std::views::reverse) {
|
||||
if (!ls->m_mapped || ls->m_fadingOut || !ls->m_layerSurface || (ls->m_layerSurface && !ls->m_layerSurface->m_surface->m_mapped) || ls->m_alpha->value() == 0.f ||
|
||||
(aboveLockscreen && !ls->m_ruleApplicator->aboveLock().valueOrDefault()))
|
||||
(aboveLockscreen && ls->m_ruleApplicator->aboveLock().valueOrDefault() != 2))
|
||||
continue;
|
||||
|
||||
auto [surf, local] = ls->m_layerSurface->m_surface->at(pos - ls->m_geometry.pos(), true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue