all repos — openbox @ 5fa443efc8f85a2365c1043c547ac2168a294575

openbox fork - make it a bit more like ryudo

oops, logic error
Dana Jansens danakj@orodu.net
commit

5fa443efc8f85a2365c1043c547ac2168a294575

parent

50f631b9a7ba95ecf18c0d989fe8f51800b0e625

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

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

@@ -417,7 +417,7 @@ activate = FALSE;

/* Don't steal focus from globally active clients. I stole this idea from KWin. It seems nice. */ - if (!focus_client->can_focus && focus_client->focus_notify) + if (!(focus_client->can_focus || focus_client->focus_notify)) activate = FALSE; }