diff options
| author | awy <awy@awy.one> | 2025-11-15 02:14:49 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-15 02:14:49 +0300 |
| commit | 92cf09c86f9995dd47f40ed0638ac6938bf713fa (patch) | |
| tree | 4d666b64d8f4ec35c9a4655c2ef22c36f202558b | |
| parent | 198a8429c6945f3673b48092824606b79a0467e5 (diff) | |
| download | mangoslice-92cf09c86f9995dd47f40ed0638ac6938bf713fa.tar.gz | |
zombie process fix
| -rw-r--r-- | .config/mango/config.conf | 5 |
1 files changed, 2 insertions, 3 deletions
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 |