Hugo
Hugo
I tired hacking around this with this horrible patch: ```diff diff --git a/daemon/io.c b/daemon/io.c index 42688f5..b41e8fb 100644 --- a/daemon/io.c +++ b/daemon/io.c @@ -25,7 +25,10 @@ #include #include #ifndef __APPLE__ -#include...
Thanks for the pointer to https://github.com/seemoo-lab/owl/issues/50. I've submitted https://github.com/seemoo-lab/owl/issues/80 which fixes that other issue. I'm still unsure what to do about this patch of mine, it doesn't seem clean enough...
@gattytto You error is entirely unrelated to this tool (you're not even running `aws` there). I see that you Python installation is in `/usr/local/`. This isn't the system Python either,...
I'm still seeing this issue on current master (`sway version 1.10-dev-40ca4150b (Jun 10 2024, branch 'master')`). My original code destroy'ed the buffer immediately after attaching it. I've removed that code...
I found an important factor: my layer shell is rendered in `background` layer. When I create and commit a layer shell in `zwlr_layer_shell_v1::layer::background`, it doesn't receive an `wl_surface::enter` event until...
I tested creating the layer shell with `layer::background` on an empty workspace, and it receives the `wl_surface::enter` event immediately. I think that this issue is only reproducible if the layer...
Based on the wording of `wl_surface::enter` that sounds correct. I guess that I was relying on non-standard behaviour.
I've fixed the related code on my client. Thanks for the guidance.
This is fixed by https://github.com/swaywm/sway/pull/8261
I'd also really appreciate this feature. A bit of background: My monitor changes id depending on which ports I use on my laptop and the monitor, so without globbing, I...