From Hugo Machet to ~novakane/public-inbox
I ended up appplying one I got a little before but thank you anyway!
From Hugo Machet to ~novakane/public-inbox
And once again thanks for this one too! :)
From Hugo Machet to ~novakane/public-inbox
Thank you!
From Hugo Machet to ~novakane/public-inbox
Thanks for the patch!
From Hugo Machet to ~leon_plickat/public-inbox
> Unfortunately, the test command now crashes when trying to use the > > `grep` subcommand. Seems like iterating the directory doesn't work > > anymore? I think the new way to do it since zig 0.12 is var dir = try fs.cwd().openDir(".", .{ .iterate = true });
From Hugo Machet to ~novakane/public-inbox
Hmm yeah that is a bit problematic, I'm not sure I can do something about, I need to refresh my memory on wayland output management. Are you using multiple outputs? With a global variable `cfg` I think it would messed up per output configuration, e.g. all tag 2 on all outputs would have the same layout, I do not have multiple outputs though. But if that the case I don't want to do this. Anyway I'll try to investigate when I have time, which I'm lacking this year unfortunately
From Hugo Machet to ~novakane/public-inbox
> Would you accept a patch for a deck layout like the > > https://dwm.suckless.org/patches/deck/ ? To make this as flexible as > > possible, we could add an option "subarea-max" (that would default to > > 0 for normal behavior) and could allow one to limit the number of > > window in the sub area. > I'm lacking time to maintain rivercarro with new features this year and more importantly, river window management will totally changes in a "near" future so I don't want to add to much into the code before this.
From Hugo Machet to ~leon_plickat/public-inbox
--- Might be better to go with version 1.2.0 but for some reason I used 1.0.1 for zig 0.12 so I just did the same here. .gitignore | 2 +- build.zig | 4 ++-- build.zig.zon | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3cef7be49b00..1dfcbd28eab8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ [message trimmed]
From Hugo Machet to ~novakane/public-inbox
Thanks for the patch but with the release of zig 0.13 I updated directly to use zig-pixman 0.2.0
From Hugo Machet to ~leon_plickat/public-inbox
--- doc/wayprompt.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/wayprompt.5 b/doc/wayprompt.5 index 209ad4259da4..4d0d2a2a3763 100644 --- a/doc/wayprompt.5 +++ b/doc/wayprompt.5 @@ -23,7 +23,8 @@ variable = value; .RE . .P On wayprompt will look for a file in the following locations, in this order: On startup wayprompt will look for a file in the following locations, in this[message trimmed]