Qute: fix startup and dump binding

This commit is contained in:
Phantop 2021-03-25 20:53:22 -04:00
parent 10ec79ed3f
commit b30c81c516
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ bind = {
'sa': 'open -t archive.is/?run=1&url={url}',
'sc': 'config-cycle content.user_stylesheets adapta.css ""',
'sd': "spawn fish -c 'dl; open (ls | rofi -dmenu -b -i || exit 0)'",
'sg': 'debug-dump-page ~/Downloads/dump.html',
'gs': 'debug-dump-page ~/Downloads/dump.html',
'sq': 'spawn -u qr',
'sr': 'remove-sticky',
'st': 'config-cycle content.proxy socks://localhost:9050/ system',

View File

@ -4,7 +4,7 @@ config.source('bindings.py')
config.source('redirects.py')
c.url.default_page = "feedly.com/i/my"
c.url.start_pages = ["duck.com/?q=20m timer", "localhost"]
c.url.start_pages = ["localhost", "duck.com/?q=20m timer"]
c.url.searchengines['y'] = "localhost/search?q={}"
c.content.fullscreen.window = True