aboutsummaryrefslogtreecommitdiffstats
path: root/bin/dmenu_launcher
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/dmenu_launcher2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/dmenu_launcher b/bin/dmenu_launcher
new file mode 100755
index 0000000..3409348
--- /dev/null
+++ b/bin/dmenu_launcher
@@ -0,0 +1,2 @@
+#!/usr/bin/env zsh
+dmenu_path | dmenu -fn "DejaVuSansMono Nerd Font Mono-11.3;antialias=true;autohint=true" "$@" | ${SHELL:-"/bin/sh"} &