diff options
| author | NPScript <nathan.p.reiner@gmail.com> | 2021-02-13 15:28:09 +0100 |
|---|---|---|
| committer | NPScript <nathan.p.reiner@gmail.com> | 2021-02-13 15:28:09 +0100 |
| commit | b44a11bafac0bd2665e2c4f08573d9a8f4fdf3f5 (patch) | |
| tree | 39dfcd686d466533a7247c521d9090740ed1f2ce /dmenu_run | |
init commit
Diffstat (limited to 'dmenu_run')
| -rwxr-xr-x | dmenu_run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmenu_run b/dmenu_run new file mode 100755 index 0000000..834ede5 --- /dev/null +++ b/dmenu_run @@ -0,0 +1,2 @@ +#!/bin/sh +dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & |