qutebrowser config, qute-bitwarden modification

This commit is contained in:
opal
2022-11-01 17:55:23 -07:00
parent c1c6874078
commit eda13fd917
3 changed files with 11 additions and 9 deletions

View File

@@ -280,6 +280,7 @@ def main(arguments):
c["login"]["username"] = ""
choices.append("{:s} | {:s}".format(c["name"], c["login"]["username"]))
# choices = [
# "{:s} | {:s}".format(c["name"], c["login"]["username"]) for c in candidates
# ]