Modularize qutebrowser config for reuse
This commit is contained in:
parent
d053f9d145
commit
8d92f8c8f2
4 changed files with 84 additions and 30 deletions
|
@ -1,4 +1,5 @@
|
|||
import dracula.draw
|
||||
import keybindings
|
||||
|
||||
config.load_autoconfig()
|
||||
|
||||
|
@ -24,34 +25,7 @@ c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
|||
|
||||
c.zoom.default = 125
|
||||
|
||||
config.bind(',v', 'spawn --userscript view_in_mpv {url}')
|
||||
config.bind(',V', 'hint links spawn --userscript view_in_mpv {hint-url}')
|
||||
|
||||
config.bind(',b', 'spawn brave {url}')
|
||||
config.bind(',B', 'hint links spawn brave {hint-url}')
|
||||
|
||||
config.bind(',j', 'spawn --userscript format_json')
|
||||
|
||||
config.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
|
||||
config.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
|
||||
config.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')
|
||||
config.bind(',s', 'spawn steam steam://openurl/{url}')
|
||||
|
||||
PASS_SCRIPT_DEFAULT = 'spawn --userscript qute-pass --no-insert-mode --username-target secret --username-pattern "login: (.+)" '
|
||||
config.bind(',p', PASS_SCRIPT_DEFAULT)
|
||||
config.bind(',Pu', PASS_SCRIPT_DEFAULT + '--username-only')
|
||||
config.bind(',Pi', PASS_SCRIPT_DEFAULT + '--password-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('<Ctrl-Tab>', 'tab-next')
|
||||
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
|
||||
|
||||
keybindings.init(config)
|
||||
|
||||
dracula.draw.blood(c, {
|
||||
'spacing': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue