From 6c17d2c74ea4daeb9dbf2c2b7aafeb86111b7f65 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Mon, 5 Jan 2026 16:36:54 -0500 Subject: update qute --- qute/dot-config/qutebrowser/config.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'qute/dot-config/qutebrowser/config.py') diff --git a/qute/dot-config/qutebrowser/config.py b/qute/dot-config/qutebrowser/config.py index 54f3f6d..0ec21a5 100644 --- a/qute/dot-config/qutebrowser/config.py +++ b/qute/dot-config/qutebrowser/config.py @@ -10,6 +10,9 @@ c.url.searchengines = { "!yt": "https://www.youtube.com/results?search_query={}", } +c.url.default_page = "file:///home/moreka/.config/qutebrowser/startpage.html" +c.url.start_pages = ["file:///home/moreka/.config/qutebrowser/startpage.html"] + c.completion.open_categories = [ "searchengines", "quickmarks", @@ -21,6 +24,11 @@ c.completion.open_categories = [ c.new_instance_open_target = "tab-bg" c.tabs.show = "multiple" +c.tabs.last_close = "close" + +c.downloads.location.suggestion = "both" + +c.spellcheck.languages = ["en-US"] config.load_autoconfig() # load settings done via the gui -- cgit v1.2.3-71-gdd5e