mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 07:31:53 -07:00
refocus after group toggles
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user