From 92cf09c86f9995dd47f40ed0638ac6938bf713fa Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 15 Nov 2025 02:14:49 +0300 Subject: zombie process fix --- .config/mango/config.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config/mango') diff --git a/.config/mango/config.conf b/.config/mango/config.conf index e549810..83af9ff 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -1,9 +1,8 @@ -# More option see https://github.com/DreamMaoMao/mango/wiki/ # AUTOSTART exec-once = dbus-update-activation-environment --all exec-once = foot --server exec-once = dwlb -exec-once = someblocks -b +exec-once = sh -c "killall someblocks && someblocks -b" exec-once = start-pipewire exec-once = mpd exec-once = fnott @@ -12,7 +11,7 @@ exec-once = singboxwrap exec-once = gpg-agent --daemon exec-once = gnome-keyring-daemon --start --components=secrets exec-once = portal -exec-once = stmpdup +exec-once = sh -c "killall stmpdup && stmpdup" # MONITORS monitorrule=DP-2, 0.55, 1, tile, 0,1,0,0,2560,1440,165 -- cgit v1.2.3