l4l / yofi

yofi is a minimalistic menu for wayland
https://crates.io/crates/yofi
MIT License
337 stars 22 forks source link

Using fork() on Ctrl+Enter #133

Closed geekylthyosaur closed 1 year ago

geekylthyosaur commented 1 year ago

Close #24. I've looked through the code and found that using fork() right before execvp*() requires replacing exec() return type std::convert::Infallible with something else. So, instead I use fork() right after Ctrl+Enter was detected.

l4l commented 1 year ago

Thanks!