DorianRudolph

Results 28 comments of DorianRudolph

I can also confirm this on Linux/Wayland. I need to set the keybinding as follows to get the `Control+/` binding to work as I would expect on the german keyboard....

I implemented stylus support for X11 which might be helpful in porting this to X11 (it looks like only windows is implemented right now) https://github.com/DorianRudolph/winit/tree/stylus

Yeah, this is definetely related to sway/wlroots. Running from a nested weston inside sway seems to work.

I think the fix needs to be in https://github.com/waydroid/android_hardware_waydroid/blob/bc85e3c88798f6bbecc8fef0fc4d9370f679d83f/hwcomposer/wayland-hwc.cpp#L1118 ```c++ } else if (strcmp(interface, "wl_output") == 0) { d->output = (struct wl_output*)wl_registry_bind(registry, id, &wl_output_interface, version); wl_output_add_listener(d->output, &output_listener, d); } else...

It should work if you start sway from the tty, not ssh. It should also be possible to launch from ssh, bit then you need some additional environment variables. On...

Is this really necessary? I would've expected `make all` to include modules.

Could you tell me what this actually does? I did not understand the documentation. Isn't the environment passed automatically? When I launch a terminal with sirula, the output of `env`...

I don't have any plans to implement that, but would be happy to accept a pull request.

This is a good idea. I might implement it if I find the time.

I'm happy to accept a pull request, but this is not a feature I'm interested in working on right now.