mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-06 01:56:28 +00:00
handle keys and focus
This commit is contained in:
@@ -193,4 +193,6 @@ void CCompositor::focusWindow(CWindow* pWindow) {
|
||||
g_pXWaylandManager->activateSurface(g_pXWaylandManager->getWindowSurface(m_pLastFocus), false);
|
||||
|
||||
m_pLastFocus = pWindow;
|
||||
|
||||
Debug::log(LOG, "Set focus to %x", pWindow);
|
||||
}
|
Reference in New Issue
Block a user