Commit cdec978

Anselm R Garbe <anselm@garbe.us>
2013-08-27 14:39:21
applied Lukas' focus suggestion at startup, thanks
1 parent 6af2737
Changed files (1)
dwm.c
@@ -1542,6 +1542,7 @@ setup(void) {
 	XChangeWindowAttributes(dpy, root, CWEventMask|CWCursor, &wa);
 	XSelectInput(dpy, root, wa.event_mask);
 	grabkeys();
+	focus(NULL);
 }
 
 void