Skip to content

Commit

Permalink
merge refs/heads/no_jump into refs/heads/falsifian/head
Browse files Browse the repository at this point in the history
  • Loading branch information
falsifian committed Jan 13, 2024
2 parents 9d7280a + d6058fe commit b0ecf25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,10 @@ void focus_in(xcb_generic_event_t *evt)
if (e->event == root) {
/* Some clients expect the window manager to refocus the
focused window in this case */
bool pff = pointer_follows_focus;
pointer_follows_focus = false;
focus_node(mon, mon->desk, mon->desk->focus);
pointer_follows_focus = pff;
return;
}
}
Expand Down

0 comments on commit b0ecf25

Please sign in to comment.