diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/qutebrowser/config.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index fa84b4e..da80685 100755 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -1,5 +1,13 @@ from current_theme import * +c.tabs.show = 'multiple' + +c.statusbar.show = 'in-mode' + +c.url.searchengines = { 'DEFAULT': 'https://google.com/search?hl=en&q={}' } + +c.url.start_pages = '~/.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 |