groups: add deco on moveIntoGroup

This commit is contained in:
vaxerski 2023-03-13 00:47:57 +00:00
parent 146d231ec5
commit bcd8fe9573

View file

@ -2096,6 +2096,8 @@ void CKeybindManager::moveIntoGroup(std::string args) {
g_pLayoutManager->getCurrentLayout()->onWindowRemoved(PWINDOW);
PWINDOWINDIR->insertWindowToGroup(PWINDOW);
PWINDOW->m_dWindowDecorations.emplace_back(std::make_unique<CHyprGroupBarDecoration>(PWINDOW));
}
void CKeybindManager::moveOutOfGroup(std::string args) {