Add and fix qutebrowser userscript config
This commit is contained in:
parent
a4b614c091
commit
d1ce1e9e69
1 changed files with 5 additions and 2 deletions
|
@ -17,8 +17,8 @@ c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
||||||
|
|
||||||
c.zoom.default = 125
|
c.zoom.default = 125
|
||||||
|
|
||||||
config.bind(',v', 'spawn mpv {url}')
|
config.bind(',v', 'spawn --userscript view_in_mpv {url}')
|
||||||
config.bind(',V', 'hint links spawn mpv {hint-url}')
|
config.bind(',V', 'hint links spawn --userscript view_in_mpv {hint-url}')
|
||||||
|
|
||||||
config.bind(',b', 'spawn brave {url}')
|
config.bind(',b', 'spawn brave {url}')
|
||||||
config.bind(',B', 'hint links spawn brave {hint-url}')
|
config.bind(',B', 'hint links spawn brave {hint-url}')
|
||||||
|
@ -36,6 +36,9 @@ config.bind(',Pu', PASS_SCRIPT_DEFAULT + '--username-only')
|
||||||
config.bind(',Pi', PASS_SCRIPT_DEFAULT + '--password-only')
|
config.bind(',Pi', PASS_SCRIPT_DEFAULT + '--password-only')
|
||||||
config.bind(',Po', PASS_SCRIPT_DEFAULT + '--otp-only')
|
config.bind(',Po', PASS_SCRIPT_DEFAULT + '--otp-only')
|
||||||
|
|
||||||
|
config.bind(',q', 'spawn --userscript qr {url}')
|
||||||
|
config.bind(',Q', 'hint links spawn --userscript qr {hint-url}')
|
||||||
|
|
||||||
|
|
||||||
config.bind('<Alt-9>', 'tab-focus 9')
|
config.bind('<Alt-9>', 'tab-focus 9')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue