summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig/qutebrowser/config.py2
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