mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07:00
core: update decorations on lockgroups (#9573)
modified: src/managers/KeybindManager.cpp
This commit is contained in:
@@ -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 {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user