rofi-pass: don't override rofi(1)'s option as default

An example can still be found in the provided example file
This commit is contained in:
Moviuro 2017-03-12 11:55:52 +01:00
parent 035af66ad4
commit e5388cb8b1

View File

@ -6,7 +6,7 @@ basecommand=$(echo "$0" | gawk '{ print $1 }')
# set default settings
_rofi () {
rofi -i -width 700 -no-levenshtein-sort "$@"
rofi "$@"
}
URL_field='url'