fix groupbar being wonk on scaled

This commit is contained in:
vaxerski
2022-09-18 12:13:16 +01:00
parent 5131a4acaf
commit cf32d28082
2 changed files with 3 additions and 1 deletions

View File

@@ -682,7 +682,7 @@ void CHyprDwindleLayout::fullscreenRequestForWindow(CWindow* pWindow, eFullscree
if (!g_pCompositor->windowValidMapped(pWindow))
return;
if (on == pWindow->m_bIsFullscreen)
if (on == pWindow->m_bIsFullscreen || pWindow->m_iWorkspaceID == SPECIAL_WORKSPACE_ID)
return; // ignore
const auto PMONITOR = g_pCompositor->getMonitorFromID(pWindow->m_iMonitorID);