all repos — openbox @ 73b490f614e4dda2849274ca75ab09325a71362e

openbox fork - make it a bit more like ryudo

stop delayed focusing when falling back
Dana Jansens danakj@orodu.net
commit

73b490f614e4dda2849274ca75ab09325a71362e

parent

57ffea1123d87a6d5b0ae92b4f4715222d2a1d23

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

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

@@ -282,6 +282,9 @@ at all for them.

*/ focus_set_client(NULL); + /* If some delayed focusing is going on, cancel it */ + event_halt_focus_delay(); + if ((new = focus_fallback_target(allow_refocus, old))) client_focus(new); }