summaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-04-07 14:51:10 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-04-07 14:51:10 -0700
commitadfcb8e99602d8c720e8e8af3151d71e3ad0bb28 (patch)
tree0151296fb3e40141c97112146cd2817cd9180f92 /dmenu_run
initial commit
Diffstat (limited to 'dmenu_run')
-rwxr-xr-xdmenu_run2
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"} &