[hackers] [dwm] applied Lukas' focus suggestion at startup, thanks || Anselm R Garbe

From: <git_AT_suckless.org>
Date: Tue, 27 Aug 2013 20:39:42 +0200

commit cdec9782a1789bd5c3a84772fd59abb9da288597
Author: Anselm R Garbe <anselm_AT_garbe.us>
Date: Tue Aug 27 20:39:21 2013 +0200

    applied Lukas' focus suggestion at startup, thanks

diff --git a/dwm.c b/dwm.c
index 6f716e9..1bbb4b3 100644
--- a/dwm.c
+++ b/dwm.c
_AT_@ -1542,6 +1542,7 @@ setup(void) {
         XChangeWindowAttributes(dpy, root, CWEventMask|CWCursor, &wa);
         XSelectInput(dpy, root, wa.event_mask);
         grabkeys();
+ focus(NULL);
 }
 
 void
Received on Tue Aug 27 2013 - 20:39:42 CEST

This archive was generated by hypermail 2.3.0 : Tue Aug 27 2013 - 20:48:24 CEST