cosmic-comp/src
Michael Aaron Murphy 9d0e1e88ce
fix(input): zombie process from Action::Spawn
Each invocation of `Action::Spawn` was spawning a process without
waiting on the child; resulting in an accumulation of zombie sh
processes. This will create background threads which waits on the child
to ensure that they are reaped on exit.
2023-05-25 22:29:07 +02:00
..
backend render: Fixed #108 active hint overlapping 2023-05-25 21:36:44 +02:00
config shell: Implement Workspace Layout 2023-05-25 00:15:42 +02:00
input fix(input): zombie process from Action::Spawn 2023-05-25 22:29:07 +02:00
logger log: Calloop is very chatty 2023-03-09 19:24:00 +01:00
shell render: Fixed #108 active hint overlapping 2023-05-25 21:36:44 +02:00
utils tiling: Animate tree changes 2023-05-12 20:01:37 +02:00
wayland shell: Implement Workspace Layout 2023-05-25 00:15:42 +02:00
debug.rs deps: Update egui 2023-05-03 19:47:48 +02:00
main.rs tiling: Animate tree changes 2023-05-12 20:01:37 +02:00
session.rs xwm: Don't do multiple 2023-03-09 14:50:57 +01:00
state.rs tiling: Animate tree changes 2023-05-12 20:01:37 +02:00
systemd.rs xwm: Don't do multiple 2023-03-09 14:50:57 +01:00
xwayland.rs clippy fixes 2023-05-25 00:15:42 +02:00