This means that for long-running programs the process tree is
/init → program instead of /init → /bin/sh → program
---
Please keep me in CC

 dmenu_run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dmenu_run b/dmenu_run
index 834ede5..9a68aa8 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -1,2 +1,2 @@
 #!/bin/sh
-dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
+dmenu_path | dmenu "$@" | sed 's/^/exec /' | ${SHELL:-"/bin/sh"} &
-- 
2.29.2

Attachment: signature.asc
Description: PGP signature

Reply via email to