From 9ad3a4aae8c69e22d1fdc9b232fa14a9bb2fa2e9 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Fri, 7 Oct 2011 08:15:55 +0000 Subject: [PATCH] Setting focus at startup no longer needed --- sys-x11.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.43.2