1
0
mirror of https://github.com/pikami/dwm.git synced 2025-04-17 23:26:58 +01:00

applied Lukas' focus suggestion at startup, thanks

This commit is contained in:
Anselm R Garbe 2013-08-27 20:39:21 +02:00
parent 6af273771c
commit cdec9782a1

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