all repos — openbox @ eaf9c36c2e2132783d8a6e00513806bf18043b79

openbox fork - make it a bit more like ryudo

ignore ungrab enter notifies for focus
Dana Jansens danakj@orodu.net
commit

eaf9c36c2e2132783d8a6e00513806bf18043b79

parent

227d8b85119d7aa6416b11af56c3ce1f52510f55

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

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

@@ -739,7 +739,8 @@ break;

case OB_FRAME_CONTEXT_FRAME: if (!nofocus && client_normal(client) && config_focus_follow) { if (e->xcrossing.mode == NotifyGrab || - e->xcrossing.detail == NotifyInferior) + e->xcrossing.detail == NotifyInferior || + e->xcrossing.mode == NotifyUngrab) { #ifdef DEBUG_FOCUS ob_debug("%sNotify mode %d detail %d on %lx IGNORED\n",