[qutebrowser] Setup KeePassXC connection

This commit is contained in:
Marcel Kapfer 2021-05-09 21:10:10 +02:00
parent ec09f35166
commit 277a9c5daa
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 0 deletions

View File

@ -523,3 +523,8 @@ c.fonts.default_family = 'JetBrains Mono'
# "px" suffix.
# Type: String
c.fonts.default_size = '12pt'
# Setup for KeePassXC connection.
config.bind('<Alt-Shift-u>', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='insert')
config.bind('pw', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='normal')