[dmenu][PATCH] call exec in dmenu_run, to avoid dangling shell process

This commit is contained in:
bakkeby 2020-04-16 11:21:30 +02:00
parent a04fa75d7f
commit 7016369682

View File

@ -1,2 +1,2 @@
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
exec $(dmenu_path | dmenu "$@")