Jari Vetoniemi

Results 300 comments of Jari Vetoniemi

https://github.com/Cloudef/bemenu/blob/master/client/bemenu-run.c#L139-L152 The launching method is here, I suspect the program doesn't like that we close stdout and stdin?

Exec without fork replaces the current process, so no new PID is given. It's interesting setsid() would affect rustrover, it feels like bemenu is just exposing a bug in the...

The decoupling of displayed text and returned text seems useful to me. I would put the regex filtering to common.c instead though so that bit wouldn't be part of libbemenu...

You are closing stdin? Do you want menu without items?

currently bemenu does not seem to detect closed stdin (it should, and needs to be fixed), but you can achieve similar by forwarding in /dev/null, `bemenu -f --fn "Terminus 24"...

It seems to crash in the XmbLookupString call in window.c, wonder if the window->xic is null?

There is already -s, --no-spacing

http://ix.io/ifk/ini To showcase some of the brokeness in handling, this ini file causes workspace switching to not work.

It might be acceptable exception to lock pointer focus while "dragging", and send pointer events to that locked view.

> [wlc] Failed to page flip: No space left on device Something seems to break during the hot plugging.