From a0666eba1d4b8bbc592a72829a43c48e05554e88 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 29 Mar 2014 04:30:43 +0100 Subject: Add dmenru dmenru is a replacement of dmenu_run using zsh builtins instead of checking the path manually, and thus uses zsh's own caching instead of having to do its own. Stolen from Earnestly --- dmenru | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dmenru diff --git a/dmenru b/dmenru new file mode 100755 index 0000000..eade306 --- /dev/null +++ b/dmenru @@ -0,0 +1,3 @@ +#!/bin/zsh + +print -lo ${(k)commands} | dmenu -i -fn 'DejaVu Sans Mono 9' "$@" | /bin/zsh & -- cgit v1.2.3-54-g00ecf