diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-01 23:44:49 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-01 23:44:49 +0530 |
| commit | 8fbb17f7c8dadb068ecf21de09080c5d9b076df5 (patch) | |
| tree | 5ff7d1d5fb0267d47db2c32174105a6408b9ff87 /dmenu_run | |
first 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"} & |
