renderer: deny solitary during a session lock

closes #5906

fixes #5899
This commit is contained in:
Vaxry 2024-05-06 02:24:11 +01:00
parent cddeec47a1
commit a8a04c746b
1 changed files with 1 additions and 1 deletions

View File

@ -2488,7 +2488,7 @@ bool CHyprRenderer::canSkipBackBufferClear(CMonitor* pMonitor) {
void CHyprRenderer::recheckSolitaryForMonitor(CMonitor* pMonitor) {
pMonitor->solitaryClient.reset(); // reset it, if we find one it will be set.
if (g_pHyprNotificationOverlay->hasAny())
if (g_pHyprNotificationOverlay->hasAny() || g_pSessionLockManager->isSessionLocked())
return;
const auto PWORKSPACE = pMonitor->activeWorkspace;