all repos — openbox @ b276ff81a125e31b11db2632928355433965c4a1

openbox fork - make it a bit more like ryudo

stray ; killed if
Mikael Magnusson mikachu@comhem.se
commit

b276ff81a125e31b11db2632928355433965c4a1

parent

baf774b90d441fd74e81214acfef3362050468aa

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

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

@@ -1073,7 +1073,7 @@ }

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