diff --git a/src/handlers.c b/src/handlers.c index e2fa205c..1b44288d 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -233,6 +233,7 @@ static int handle_enter_notify(xcb_enter_notify_event_t *event) { if (ws != con_get_workspace(focused)) workspace_show(ws); + focused_id = XCB_NONE; con_focus(con_descend_focused(con)); tree_render();