minor event fixes

This commit is contained in:
vaxerski
2022-07-11 14:13:15 +02:00
parent 5eaf93697a
commit 2936368e80
3 changed files with 3 additions and 2 deletions

View File

@@ -614,6 +614,7 @@ void CCompositor::focusSurface(wlr_surface* pSurface, CWindow* pWindowOwner) {
if (!pSurface) {
wlr_seat_keyboard_clear_focus(m_sSeat.seat);
g_pEventManager->postEvent(SHyprIPCEvent("activewindow", ",")); // unfocused
return;
}