Re: [dev] [dwm] [PATCH] Focus root window on startup

From: Martti Kühne <mysatyre_AT_gmail.com>
Date: Tue, 27 Aug 2013 11:34:32 +0200

On Mon, Aug 26, 2013 at 10:09 PM, Lukas Fleischer
<suckless_AT_cryptocrack.de> wrote:
> *bump*. Is this something that might be included in mainline?
>
>>
>> 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);
>> }
>>

You haven't made an addition for a line of code in dwm which didn't
work before. That means there is no part in dwm that doesn't work
withiut your addition, except being started by LXDM. That in turn...
would be a bug in LXDM IMHO.

cheers!
mar77i
Received on Tue Aug 27 2013 - 11:34:32 CEST

This archive was generated by hypermail 2.3.0 : Tue Aug 27 2013 - 11:36:06 CEST