Add linkwarden for qutebrowser

This commit is contained in:
Tobias Reisinger 2024-03-08 21:33:36 +01:00
parent f0c444ce6c
commit cc1c39d20d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 97 additions and 0 deletions

View file

@ -24,6 +24,9 @@ def init(c):
c.bind(',Po', 'spawn --userscript qutebrowser-keepassxc --only-otp --key ' + gpg_key, mode='normal')
c.bind(',Pp', 'spawn --userscript qutebrowser-keepassxc --autotype --key ' + gpg_key, mode='normal')
c.unbind('M')
c.bind('M', 'spawn --userscript qutebrowser-linkwarden', mode='normal')
c.bind(',q', 'spawn --userscript qr {url}')
c.bind(',Q', 'hint links spawn --userscript qr {hint-url}')