mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 22:22:00 -07: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