diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-04-07 14:51:10 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-04-07 14:51:10 -0700 |
| commit | adfcb8e99602d8c720e8e8af3151d71e3ad0bb28 (patch) | |
| tree | 0151296fb3e40141c97112146cd2817cd9180f92 /dmenu_run | |
initial 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"} & |
