all repos — openbox @ 00042637e8b8bef92456d96547230ec710cf6a7b

openbox fork - make it a bit more like ryudo

only print that when debuggin focus
Dana Jansens danakj@orodu.net
commit

00042637e8b8bef92456d96547230ec710cf6a7b

parent

184e57c7e329acb6e06cee3f1220baf011be1d8e

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

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

@@ -2124,7 +2124,9 @@

void client_unfocus(Client *self) { g_assert(focus_client == self); +#ifndef DEBUG_FOCUS g_message("client_unfocus"); +#endif focus_fallback(Fallback_Unfocusing); }