mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-16 12:33:48 -07:00
fix refocus on last window
This commit is contained in:
@@ -557,6 +557,8 @@ void Events::listener_unmapWindow(void* owner, void* data) {
|
|||||||
g_pInputManager->refocus();
|
g_pInputManager->refocus();
|
||||||
else
|
else
|
||||||
g_pCompositor->focusWindow(PWINDOWCANDIDATE);
|
g_pCompositor->focusWindow(PWINDOWCANDIDATE);
|
||||||
|
} else {
|
||||||
|
g_pInputManager->refocus();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Debug::log(LOG, "Unmapped was not focused, ignoring a refocus.");
|
Debug::log(LOG, "Unmapped was not focused, ignoring a refocus.");
|
||||||
|
Reference in New Issue
Block a user