better dwindle swapping with groups
This commit is contained in:
parent
6f98b3cbd8
commit
7a9423c782
3 changed files with 100 additions and 17 deletions
|
|
@ -45,7 +45,7 @@ void CHyprGroupBarDecoration::updateWindow(CWindow* pWindow) {
|
|||
|
||||
// get the group info
|
||||
SLayoutMessageHeader header;
|
||||
header.pWindow = g_pCompositor->m_pLastWindow;
|
||||
header.pWindow = m_pWindow;
|
||||
|
||||
m_dwGroupMembers = std::any_cast<std::deque<CWindow*>>(g_pLayoutManager->getCurrentLayout()->layoutMessage(header, "groupinfo"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue