diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-14 22:47:45 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-14 22:47:45 +0200 |
| commit | 84f66f18586350eb43574cc37cb1060007eff98a (patch) | |
| tree | 7e460532e27f5b32e32bb1c3031046c1f9a50f1f /config | |
| parent | 35cf7ed96e0987aa3ed90f9d7a79a729614f172c (diff) | |
Update defaults
Diffstat (limited to 'config')
| -rw-r--r-- | config/qutebrowser/autoconfig.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/qutebrowser/autoconfig.yml b/config/qutebrowser/autoconfig.yml index 013e782..512b017 100644 --- a/config/qutebrowser/autoconfig.yml +++ b/config/qutebrowser/autoconfig.yml @@ -7,7 +7,7 @@ config_version: 2 settings: backend: - global: webkit + global: webengine colors.completion.category.bg: global: black colors.completion.category.border.bottom: @@ -91,3 +91,10 @@ settings: global: '#00FFFF' colors.tabs.selected.odd.fg: global: black + url.default_page: + global: https://unlimited.pizza + url.searchengines: + global: + DEFAULT: https://kagi.com/search?q={} + url.start_pages: + global: https://unlimited.pizza |