From b30c81c516381d58af8871d0173ee6ea5428300b Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 25 Mar 2021 20:53:22 -0400 Subject: [PATCH] Qute: fix startup and dump binding --- .config/qutebrowser/bindings.py | 2 +- .config/qutebrowser/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qutebrowser/bindings.py b/.config/qutebrowser/bindings.py index 21c33bd..10f30a1 100644 --- a/.config/qutebrowser/bindings.py +++ b/.config/qutebrowser/bindings.py @@ -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', diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 548aa8f..991759f 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -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