diff options
| author | auric <auric7@protonmail.com> | 2025-09-07 16:09:42 -0500 |
|---|---|---|
| committer | auric <auric7@protonmail.com> | 2025-09-07 16:09:42 -0500 |
| commit | b59b8b8e5d16af7f0daccb280a4991e3fe428e41 (patch) | |
| tree | 96ed0e580730ab6315e9322e2bb2933c9f5c8097 /dmenu/dmenu_run | |
Add files
Diffstat (limited to 'dmenu/dmenu_run')
| -rwxr-xr-x | dmenu/dmenu_run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmenu/dmenu_run b/dmenu/dmenu_run new file mode 100755 index 0000000..834ede5 --- /dev/null +++ b/dmenu/dmenu_run @@ -0,0 +1,2 @@ +#!/bin/sh +dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & |
