From 0224520e1b7005bc9def8cc7657330f584c0044e Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 23 Apr 2016 12:09:39 +0200 Subject: fix _rofi function --- config.clerk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.clerk b/config.clerk index eaf8903..6363093 100644 --- a/config.clerk +++ b/config.clerk @@ -1,6 +1,6 @@ # rofi command. Make sure to have "$@" as last argument _rofi () { - rofi -i -lines 30 -width 1500 -no-levenshtein-sort "$@" + rofi -dmenu -i -lines 30 -width 1500 -no-levenshtein-sort "$@" } # custom mpd host -- cgit v1.2.3-24-g4f1b