aboutsummaryrefslogtreecommitdiffstats
path: root/bin/dmenu_launcher
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-08-04 17:53:12 +0000
committerterminaldweller <thabogre@gmail.com>2022-08-04 17:53:12 +0000
commit112736aea70a5241fcf638f4f6244cbeb2b32fdd (patch)
tree2215fdbe8ed49f036cb0afe65d1181edad9455e5 /bin/dmenu_launcher
parentupdates (diff)
downloadscripts-112736aea70a5241fcf638f4f6244cbeb2b32fdd.tar.gz
scripts-112736aea70a5241fcf638f4f6244cbeb2b32fdd.zip
updates
Diffstat (limited to 'bin/dmenu_launcher')
-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"} &