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