mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
Revert 7016369682
This reverts the commit: [dmenu][PATCH] call exec in dmenu_run, to avoid dangling shell process This to be in line with upstream dmenu.
This commit is contained in:
parent
05f5efc5e5
commit
3952d1a3a2
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
exec $(dmenu_path | dmenu "$@")
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|
||||||
|
|
||||||
# Uncomment for the NAVHISTORY patch (and remove the exec above)
|
# Uncomment for the NAVHISTORY patch (and remove the exec above)
|
||||||
#dmenu_path | dmenu -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} &
|
#dmenu_path | dmenu -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} &
|
Loading…
Reference in New Issue
Block a user