mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 15:05:58 +01:00
groups: add deco on moveIntoGroup
This commit is contained in:
parent
146d231ec5
commit
bcd8fe9573
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue