diff --git a/src/Compositor.cpp b/src/Compositor.cpp index ba6312f4..7c6e915b 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -831,7 +831,7 @@ void CCompositor::focusSurface(wlr_surface* pSurface, CWindow* pWindowOwner) { else Debug::log(LOG, "Set keyboard focus to surface %x", pSurface); - g_pXWaylandManager->activateSurface(pSurface, false); + g_pXWaylandManager->activateSurface(pSurface, true); m_pLastFocus = pSurface; }