all repos — openbox @ 508ce538c04f72b4c0aafe9a66b04f7f2c151a05

openbox fork - make it a bit more like ryudo

when canceling focus cycling, cancel both normal and directional
Dana Jansens danakj@orodu.net
commit

508ce538c04f72b4c0aafe9a66b04f7f2c151a05

parent

a76ac8205cbfe484a5fee7749daa20ed2b7e8a2b

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

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

@@ -62,8 +62,10 @@ }

void focus_cycle_stop() { - if (focus_cycle_target) + if (focus_cycle_target) { focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE); + focus_directional_cycle(0, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE); + } } static void focus_cycle_destroy_notify(ObClient *client, gpointer data)