On Mon, Aug 26, 2013 at 10:09 PM, Lukas Fleischer
<[email protected]> 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
>> @@ -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

Reply via email to