fork dmenu_run to disown child shell
This commit is contained in:
parent
3503bfba65
commit
7fd7a3bfc7
@ -12,4 +12,4 @@ fi
|
||||
else
|
||||
dmenu "$@" < "$cache"
|
||||
fi
|
||||
) | exec ${SHELL:-"/bin/sh"}
|
||||
) | ${SHELL:-"/bin/sh"} &
|
||||
|
Loading…
Reference in New Issue
Block a user