all repos — openbox @ bd864012cd17f68c3a25ccfc2fc6cfd304c557f2

openbox fork - make it a bit more like ryudo

Make the focus cycle indicator follow target fallback in the popup
Dana Jansens danakj@orodu.net
commit

bd864012cd17f68c3a25ccfc2fc6cfd304c557f2

parent

14180a6b0dee05e73fd193db28fd94b4ef3046d1

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

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

@@ -75,10 +75,8 @@

v = focus_cycle_valid(c); s = focus_cycle_popup_is_showing(c); - if (v != s) { - focus_cycle_target = - focus_cycle_popup_refresh(focus_cycle_target, redraw); - } + if (v != s) + focus_cycle_reorder(); } else if (redraw) { focus_cycle_reorder();