From 8b88efdc14d442e129887e4b45e4b07fce03a4dc Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 28 Jun 2025 01:22:45 +0400 Subject: feat(qutebrowser): set the default page --- config/qutebrowser/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index da80685..a431b1c 100755 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -8,6 +8,8 @@ c.url.searchengines = { 'DEFAULT': 'https://google.com/search?hl=en&q={}' } c.url.start_pages = '~/.config/qutebrowser/startpage/index.html' +c.url.default_page = '~/.config/qutebrowser/startpage/index.html' + # Text color of the completion widget. May be a single color to use for # all columns or a list of three colors, one for each column. c.colors.completion.fg = base05 -- cgit v1.2.3