Skip to content

Commit

Permalink
layershell: return focus to a valid ls on close if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jan 1, 2025
1 parent d64ac47 commit 7f177fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/LayerSurface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7f177fa

Please sign in to comment.