[rofi] Remove width restriction on rofi-pass.

This commit is contained in:
Sebastian Schulze 2016-10-25 14:30:44 +02:00
parent 1fdab8fbdb
commit df72c7f196
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
rofiopts="-i -width 700 -no-levenshtein-sort"
_rofi () {
rofi -i -no-levenshtein-sort "$@"
}
# fields to be used
URL_field='url'