Add linkwarden for qutebrowser
This commit is contained in:
parent
f0c444ce6c
commit
cc1c39d20d
6 changed files with 97 additions and 0 deletions
|
@ -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}')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue