On Tue, Aug 27, 2013 at 11:47 AM, Lukas Fleischer
<[email protected]> wrote:
> On Tue, Aug 27, 2013 at 11:34:32AM +0200, Martti Kühne wrote:
>> 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.
>
> So the fact that this works with all other display managers (and when
> not using a display manager at all) implies that it is a bug in LXDM?
> That is simply not true. We cannot make conclusions based on that, just
> like we cannot assume it's a bug in dwm because the very same bug has
> been fixed in awesome a couple of months ago.
>


Nice one. Go an report this to nwm [0]... I just did some research
([1]), and it also doesn't set the focus on init.

cheers!
mar77i

[0] https://github.com/mixu/nwm
[1] https://github.com/mixu/nwm/blob/master/src/nwm/nwm.c#L102

Reply via email to