commit 87fb5ea3b4151ff79e8dbfb8904a11def6032b7e parent 82bd6ac84db7298b3a4961a4a97799efb2dc7569 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 16 Oct 2015 22:43:18 +0100 use wrapper Diffstat:
dmenu_run_urxvtcd | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dmenu_run_urxvtcd b/dmenu_run_urxvtcd @@ -9,8 +9,8 @@ else fi IFS=: if stest -dqr -n "$cache" $PATH; then - L=$(stest -flx $PATH | sort -u | tee "$cache" | dmenu "$@") + L=$(stest -flx $PATH | sort -u | tee "$cache" | ~/bin/my-rofi "$@") else - L=$(dmenu "$@" < "$cache") + L=$(~/bin/my-rofi "$@" < "$cache") fi urxvtcd -e zsh -c "$L"