applied Lukas' focus suggestion at startup, thanks - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit cdec9782a1789bd5c3a84772fd59abb9da288597 DIR parent 6af273771cb0e28e4394c78ab0322f77025a57f3 HTML Author: Anselm R Garbe <anselm@garbe.us> Date: Tue, 27 Aug 2013 20:39:21 +0200 applied Lukas' focus suggestion at startup, thanks Diffstat: M dwm.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/dwm.c b/dwm.c @@ -1542,6 +1542,7 @@ setup(void) { XChangeWindowAttributes(dpy, root, CWEventMask|CWCursor, &wa); XSelectInput(dpy, root, wa.event_mask); grabkeys(); + focus(NULL); } void