diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-28 01:22:45 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-28 01:22:45 +0400 |
commit | 8b88efdc14d442e129887e4b45e4b07fce03a4dc (patch) | |
tree | 52615c8543852bcef6c65d83bc9f1edded3fc09c /config/qutebrowser/config.py | |
parent | 45d0a219b778a0effc79c64f006a7cd7372446d8 (diff) |
feat(qutebrowser): set the default page
Diffstat (limited to 'config/qutebrowser/config.py')
-rwxr-xr-x | config/qutebrowser/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |