Jari Vetoniemi

Results 300 comments of Jari Vetoniemi

https://github.com/Cloudef/bemenu/blob/master/lib/renderers/wayland/window.c#L327 Does changing the `ZWLR_LAYER_SHELL_V1_LAYER_TOP` to `ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY`work here? If not, this is a sway / wlr protocol issue and you should open a issue there. You can read how the...

> > Does changing the ZWLR_LAYER_SHELL_V1_LAYER_TOP to ZWLR_LAYER_SHELL_V1_LAYER_OVERLAYwork here? > > This works, but this can be a privacy/security issue since bemenu with `OVERLAY` will show up on top of...

The ordering might make more sense if it's user configurable. E.g. in sway's configuration. I can't think of any sane way for applications to define their ordering, since most applications...

@wasamasa he wants option for program to be opened in terminal, BEMENU_BACKEND allows you to run bemenu in terminal through ncurses frontend, but it's not the same thing. Personally I...

Adding curses, since it might be possible in some environments by using the hack w3m uses.

@lanodan you can try this instead https://github.com/Cloudef/libasound-sndio alsa pcm plugin isn't flexible enough to implement sndio support properly.

```c++ #pragma once #include #include #include #include #include #include #include struct catchpp_stdstream { int fd[3], target; std::stringstream ss; }; static inline bool catchpp_fork_and_run(std::function fun) { struct catchpp_stdstream stream[] = {...

I'll add some CI later for as many platforms as I can, with nix + github actions. Apart from checking builds and warnings would you be interested in static analysis,...

I already fixed all other warnings, I should have PR in upcoming weeks.

I have a bionicglibc compatibility layer here, it may be incomplete though, hope it gets you started: https://github.com/Cloudef/android2gnulinux