Merge branch 'master' into next
This commit is contained in:
commit
d4523de6c8
|
@ -237,6 +237,7 @@ static void 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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue