diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-04 17:25:14 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-04 17:25:14 +0400 |
commit | a55665fc0736a0b78bcc931f62738397cf3cca4f (patch) | |
tree | d70693aaea6b7071f288377abecab25aab6169e5 /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"} & |