wlr-output-power: move to new impl

This commit is contained in:
Vaxry
2024-04-29 01:28:26 +01:00
parent a5a6480917
commit 33e0bb1478
13 changed files with 143 additions and 28 deletions

View File

@@ -2006,6 +2006,8 @@ void CKeybindManager::dpms(std::string arg) {
if (enable)
g_pHyprRenderer->damageMonitor(m.get());
m->events.dpmsChanged.emit();
}
g_pCompositor->m_bDPMSStateON = enable;