core: update decorations on lockgroups (#9573)

modified:   src/managers/KeybindManager.cpp
This commit is contained in:
MightyPlaza 2025-03-10 17:40:46 +00:00 committed by GitHub
parent d30cc19d25
commit e4af4b5e2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2827,6 +2827,7 @@ SDispatchResult CKeybindManager::lockGroups(std::string args) {
g_pKeybindManager->m_bGroupsLocked = false;
g_pEventManager->postEvent(SHyprIPCEvent{"lockgroups", g_pKeybindManager->m_bGroupsLocked ? "1" : "0"});
g_pCompositor->updateAllWindowsAnimatedDecorationValues();
return {};
}