all repos — openbox @ c53db4460274e9c80a915fe497b8c619da816f95

openbox fork - make it a bit more like ryudo

ignore focusout notifyungrab.

fix focus bug in firefox where you use gmarks popup and when you go to a page with it, it think focus went to a black hole
Dana Jansens danakj@orodu.net
commit

c53db4460274e9c80a915fe497b8c619da816f95

parent

ddfddc15e3b0c62e439e2cf682db9a348954863e

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

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

@@ -343,6 +343,9 @@

/* This means focus was taken by a keyboard/mouse grab. */ if (mode == NotifyGrab) return FALSE; + /* This means focus was grabbed on a window and it was released. */ + if (mode == NotifyUngrab) + return FALSE; /* Focus left the root window revertedto state */ if (win == RootWindow(ob_display, ob_screen))