all repos — openbox @ bca4fe6c8b8d1ab8b2c9273149f48fd9cd4e0f4d

openbox fork - make it a bit more like ryudo

maybe the user time stuff should be more like other wm implementtions and less in the way
Dana Jansens danakj@orodu.net
commit

bca4fe6c8b8d1ab8b2c9273149f48fd9cd4e0f4d

parent

1d93dc961b0f8fb47da6611cbf3a1e3028af901d

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

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

@@ -3488,12 +3488,9 @@ "source=%s allowing? %d\n",

self->window, event_curtime, last_time, (user ? "user" : "application"), allow); - if (allow) { - if (event_curtime != CurrentTime) - self->user_time = event_curtime; - + if (allow) client_present(self, here, TRUE); - } else + else /* don't focus it but tell the user it wants attention */ client_hilite(self, TRUE); }