From b9e409f1b5a3e9208e5f03a521576593ee389d99 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Thu, 12 Aug 2021 22:09:53 -0400 Subject: [PATCH] Change qutebrowser default URLs --- .config/qutebrowser/config.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 4b00473..dfd99ca 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -9,6 +9,7 @@ c.colors.hints.bg = "black" c.colors.hints.fg = "white" c.hints.border = "1px dotted white" c.hints.radius = 10 +c.hints.chars = "asdf" c.colors.tabs.bar.bg = "black" c.colors.webpage.darkmode.algorithm = "lightness-hsl" c.colors.webpage.darkmode.contrast = 1.0 @@ -22,9 +23,9 @@ c.content.headers.custom = {"accept": "text/html,application/xhtml+xml,applicati c.content.canvas_reading = False c.content.webgl = False c.scrolling.smooth = True -c.url.default_page = "https://dogeybox.sds-ip.de/searx/search" -c.url.searchengines = {"DEFAULT":"https://dogeybox.sds-ip.de/searx/search?q={}"} -c.url.start_pages = "https://dogeybox.sds-ip.de/searx/search" +c.url.default_page = "https://search.disroot.org/" +c.url.searchengines = {"DEFAULT":"https://search.disroot.org/search?q={}"} +c.url.start_pages = "https://search.disroot.org/" c.window.transparent = True c.content.private_browsing = True c.tabs.max_width = 100