From: Andy Spencer Date: Fri, 7 Oct 2011 08:15:55 +0000 (+0000) Subject: Setting focus at startup no longer needed X-Git-Url: http://pileus.org/git/?p=wmpus;a=commitdiff_plain;h=9ad3a4aae8c69e22d1fdc9b232fa14a9bb2fa2e9 Setting focus at startup no longer needed --- diff --git a/sys-x11.c b/sys-x11.c index 02e90a8..77555a9 100644 --- a/sys-x11.c +++ b/sys-x11.c @@ -563,7 +563,6 @@ win_t *sys_init(void) /* Select window management events */ XSelectInput(dpy, xid, SubstructureRedirectMask|SubstructureNotifyMask); - XSetInputFocus(dpy, None, RevertToNone, CurrentTime); xerrorxlib = XSetErrorHandler(xerror); return win_find(dpy, xid, 1);