diff options
| author | NPScript <nathan@reinerweb.ch> | 2021-03-03 16:22:52 +0100 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2021-03-03 16:22:52 +0100 |
| commit | d5636d58a5441def8f4c2223fdf4419e442858bf (patch) | |
| tree | b8405a3d78f162df11d38c4be4f9735cfc6f9569 /dmenu_run | |
| parent | 72e253264a266514fe2709d6152e06745b3a2b39 (diff) | |
fixed prompt bug
Diffstat (limited to 'dmenu_run')
| -rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | dmenu "$@" -p "Run " | ${SHELL:-"/bin/sh"} & |