all repos — openbox @ 8feba8518b4c990e91e7d870172b07d8489e4a1e

openbox fork - make it a bit more like ryudo

when a window is lowered, move it to the bottom of the focus order list
Dana Jansens danakj@orodu.net
commit

8feba8518b4c990e91e7d870172b07d8489e4a1e

parent

d50cf297e7a7dcc4f6890e6b5d4240dcd24de43d

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

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

@@ -1054,6 +1054,8 @@ {

client_action_start(data); stacking_lower(CLIENT_AS_WINDOW(data->client.any.c)); client_action_end(data); + + focus_order_to_bottom(data->client.any.c); } void action_close(union ActionData *data)