aboutsummaryrefslogtreecommitdiff
path: root/dmenu/dmenu_run
diff options
context:
space:
mode:
authorBlista Kanjo2021-10-21 13:50:54 -0400
committerBlista Kanjo2021-10-21 13:50:54 -0400
commitfb1ed3c4978c31ab1743ea08f580c616d51e1dfd (patch)
treeb9c04d7f8ff62d8a939dcd6c9361d4834eb63184 /dmenu/dmenu_run
parent22f5f96a7d0e3d1a3281c63a6cedfe1c709e671e (diff)
custom build of dmenu to make emojis work
Diffstat (limited to 'dmenu/dmenu_run')
-rwxr-xr-xdmenu/dmenu_run2
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"} &