diff options
Diffstat (limited to 'config.clerk')
-rw-r--r-- | config.clerk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.clerk b/config.clerk index 6363093..6f847f3 100644 --- a/config.clerk +++ b/config.clerk @@ -1,6 +1,6 @@ # rofi command. Make sure to have "$@" as last argument _rofi () { - rofi -dmenu -i -lines 30 -width 1500 -no-levenshtein-sort "$@" + rofi -regex -i -lines 30 -width 1500 -no-levenshtein-sort "$@" } # custom mpd host |