fork dmenu_run to disown child shell
This commit is contained in:
parent
942199ccd0
commit
56a0d1fa14
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ fi
|
|||
else
|
||||
dmenu "$@" < "$cache"
|
||||
fi
|
||||
) | exec ${SHELL:-"/bin/sh"}
|
||||
) | ${SHELL:-"/bin/sh"} &
|
||||
|
|
Loading…
Reference in a new issue