all repos — openbox @ e38b27fcce8af079fd0fbeb9f271a8e8f385d590

openbox fork - make it a bit more like ryudo

make unfocus really unfocus everything
Dana Jansens danakj@orodu.net
commit

e38b27fcce8af079fd0fbeb9f271a8e8f385d590

parent

36072a3e96013f69c47c7f05568ee9b992517dc5

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

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

@@ -1984,7 +1984,7 @@

void client_unfocus(Client *self) { g_assert(focus_client == self); - focus_fallback(FALSE); + focus_set_client(NULL); } gboolean client_focused(Client *self)