Daniel Mizerski

Results 47 comments of Daniel Mizerski

> Wait, how exactly do I use it? Sorry, I'm new to this tool, give me like a command or something I can use. @biscuits4cheese Imo you can start on...

As a starter, I did a sketch of such guide, tried to make it in the way that slowly introduces new concepts https://github.com/inclement/vivarium/pull/111

@inclement No problem with that, not sure how github wiki works, but since it is "wiki" - I expect it will be fine for this usecase. Alternatively you can create...

Started with capturing those events and rebranding them as pointer events which works (I mainly use touchscreen when I read docs in browser, so need that for very basic scrolling...

@inclement I think my biggest problem is (official wlroots repo, safe link) https://github.com/swaywm/wlroots/blob/master/types/seat/wlr_seat_touch.c#L138 That `client == NULL || wl_list_empty(&client->touches)` is true. As an afterthought - I haven't checked if client...

Yes, it is something that I looked into, but I didn't understood where in this whole picture is wl_client. I have to read more :) // Found the place in...

Yup yup, the problem persists between chrome, cutefox and Safari