all repos — openbox @ b23c66afd15be9976a80f184df0d044919c56582

openbox fork - make it a bit more like ryudo

dont rm focus when i actually found something to fall back to with the pointer
Dana Jansens danakj@orodu.net
commit

b23c66afd15be9976a80f184df0d044919c56582

parent

fe882632d33e37392761feaf30014096c0c05ba4

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

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

@@ -134,8 +134,7 @@ g_message("fallback trying %lx", ((Client*)it->data)->window);

if (client_focus(it->data)) break; } + if (it == NULL) /* nothing to focus */ + focus_set_client(NULL); } - - if (it == NULL) /* nothing to focus */ - focus_set_client(NULL); }