remove -z option

This commit is contained in:
Rasmus Steinke 2016-05-27 15:05:21 +02:00
parent 2a627d11d7
commit 21f40255f3

View File

@ -3,7 +3,7 @@
# rofi command. Make sure to have "$@" as last argument
_rofi () {
rofi -z -i -width 700 -no-levenshtein-sort "$@"
rofi -i -width 700 -no-levenshtein-sort "$@"
}