app-list: Use double-fork spawn

This commit is contained in:
Victoria Brekenfeld 2023-11-06 16:52:34 +01:00 committed by Ashley Wulber
parent 99da3eda4a
commit e1d1a09aac
3 changed files with 36 additions and 2 deletions

View file

@ -2,6 +2,7 @@
mod app;
mod config;
mod localize;
mod process;
mod wayland_handler;
mod wayland_subscription;