core: update decorations on lockgroups (#9573)
modified: src/managers/KeybindManager.cpp
This commit is contained in:
parent
d30cc19d25
commit
e4af4b5e2e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue