Matt Colligan

Results 342 comments of Matt Colligan

The generic wlroots answer on how to do this is to use the `wlr_foreign_toplevel_management_v1` protocol to get information about exising windows from the compositor. The compositor must support this protocol...

Testing this locally on my machine (Arch) I get the same error, so probably not a NixOS error. On Wed, Jul 14 2021 at 12:35:13 PM -0700, wizardwatch ***@***.***> wrote:...

Can confirm - starting an X session in a second TTY with Wayland still running, fails, then closing the Wayland session and trying again from the X session, passes. On...

> What would you imagine passing into the wlr_cursor_set_image? It seems like something like a bytes or bytearray would work well as an input, but you could imagine something that...

The options exposed by sway are here: https://github.com/swaywm/sway/blob/master/sway/config/input.c#L22

This is pretty much the list of things that users reasonably would want to configure https://github.com/wayland-project/libinput/blob/master/src/libinput.h#L4315-L4330

I've been playing around with adding a small CFFI interface to libinput within Qtile, but I'm coming up with a problem with using it with pywlroots' cffi. It seems as...

Over on https://github.com/qtile/qtile/pull/2548 I'm trying to build another CFFI module that imports the source from `pywlroots` much like it does from `pywayland` and `python-xkbcommon`. The problem is that `wlroots.ffi_build.py` requires...

The libinput wrapping module in Qtile is merged, so I'd be happy to close this and keep it as 'out of scope' for pywlroots.

If it's the same things that Qtile has that you're trying to add support for in your compositor, taking out Qtile's code and incorporating it into these classes might be...