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

master
bakkeby 2020-04-16 11:21:30 +02:00
parent a04fa75d7f
commit 7016369682
1 changed files with 1 additions and 1 deletions

View File

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