all repos — openbox @ 49b6e6ac0a10ffbe5c4e48d69494315da0c0351d

openbox fork - make it a bit more like ryudo

let unfocus action go back to the same window. you should be doing some other action above it that will change where focus can end up
Dana Jansens danakj@orodu.net
commit

49b6e6ac0a10ffbe5c4e48d69494315da0c0351d

parent

3e5ac075574e0ea9e0a2d2ae0bc117385d0cbc96

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

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

@@ -1309,7 +1309,7 @@

void action_unfocus (union ActionData *data) { if (data->client.any.c == focus_client) - focus_fallback(FALSE); + focus_fallback(TRUE); } void action_iconify(union ActionData *data)