refocus after group toggles
This commit is contained in:
parent
0277f4c6bd
commit
5a22335b8d
1 changed files with 2 additions and 0 deletions
|
|
@ -646,6 +646,8 @@ void CHyprDwindleLayout::toggleWindowGroup(CWindow* pWindow) {
|
||||||
|
|
||||||
PPARENT->recalcSizePosRecursive();
|
PPARENT->recalcSizePosRecursive();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_pInputManager->refocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::deque<CWindow*> CHyprDwindleLayout::getGroupMembers(CWindow* pWindow) {
|
std::deque<CWindow*> CHyprDwindleLayout::getGroupMembers(CWindow* pWindow) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue