summaryrefslogtreecommitdiff
path: root/config/qutebrowser/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser/config.py')
-rwxr-xr-xconfig/qutebrowser/config.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index faaf7f2..da80685 100755
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -1,4 +1,12 @@
-from gruvbox import *
+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.