all repos — openbox @ 0c173e15772fc8a21a641001e79d91262bc9d344

openbox fork - make it a bit more like ryudo

set focus_client when focus leaves a window
Dana Jansens danakj@orodu.net
commit

0c173e15772fc8a21a641001e79d91262bc9d344

parent

df595f9ab2ad8497a39d4e21e1ce086d67c01e34

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -573,6 +573,7 @@ }

if (client && !nomove) { frame_adjust_focus(client->frame, FALSE); + focus_set_client(NULL); /* focus_set_client has already been called for sure */ client_calc_layer(client); }