Greg, if you want to limit your dmenu to executables, use this line instead of the pipe-to-$SHELL:
exec $(dmenu_path | dmenu "$@") I left the substitution unquoted, so you can still pass arguments to commands which are run. cheers! mar77i
Greg, if you want to limit your dmenu to executables, use this line instead of the pipe-to-$SHELL:
exec $(dmenu_path | dmenu "$@") I left the substitution unquoted, so you can still pass arguments to commands which are run. cheers! mar77i