all repos — openbox @ 5f5160b40c89c28a7e86dc66c08d1788bb6b0f1d

openbox fork - make it a bit more like ryudo

dont drop out of dirfocus when there is no new target to be found
Dana Jansens danakj@orodu.net
commit

5f5160b40c89c28a7e86dc66c08d1788bb6b0f1d

parent

9960ef2ff99a8d39b35518e178a624b19f758525

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

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

@@ -398,10 +398,13 @@ frame_adjust_focus(focus_cycle_target->frame, FALSE);

focus_cycle_target = ft; frame_adjust_focus(focus_cycle_target->frame, TRUE); } - popup_cycle(ft, dialog); + } + if (focus_cycle_target) { + popup_cycle(focus_cycle_target, dialog); if (dialog) return; } + done_cycle: if (done && focus_cycle_target)