mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-10 13:29:50 +01:00
layershell: return focus to a valid ls on close if possible
This commit is contained in:
parent
d64ac47202
commit
7f177fa1cf
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ void CLayerSurface::onUnmap() {
|
|||
(int)layerSurface->surface->current.size.y};
|
||||
g_pHyprRenderer->damageBox(&geomFixed);
|
||||
|
||||
g_pInputManager->sendMotionEventsToFocused();
|
||||
g_pInputManager->simulateMouseMovement();
|
||||
|
||||
g_pHyprRenderer->arrangeLayersForMonitor(PMONITOR->ID);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue