diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-21 22:44:57 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-21 22:44:57 +0100 |
| commit | 7e0ace1f1e5334f13580facb53c253c94c6913f6 (patch) | |
| tree | 4402dc23367ba034bc40fe875ddd932d35a0553b /dmenu-wl_run | |
| parent | b4ba1c81698f91edf94c728677eba9de59f022f4 (diff) | |
add dmenu-wl_run and dmenu_path and config.mk
Diffstat (limited to 'dmenu-wl_run')
| -rwxr-xr-x | dmenu-wl_run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmenu-wl_run b/dmenu-wl_run new file mode 100755 index 0000000..8594218 --- /dev/null +++ b/dmenu-wl_run @@ -0,0 +1,2 @@ +#!/bin/sh +dmenu_path | dmenu-wl "$@" | ${SHELL:-"/bin/sh"} & |