From e24cf43cf9c07e576e3b6dfaf99078939d971d29 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Fri, 31 May 2024 11:48:29 +0200 Subject: Update May 2024 --- qutebrowser/.config/qutebrowser/config.py | 16 +++++++++++++++- qutebrowser/.config/qutebrowser/qsettings/QtProject.conf | 6 +++--- 2 files changed, 18 insertions(+), 4 deletions(-) (limited to 'qutebrowser') diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 25ea172..43df130 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -1,3 +1,15 @@ +# pylint: disable=C0111 +c = c # noqa: F821 pylint: disable=E0602,C0103 +config = config # noqa: F821 pylint: disable=E0602,C0103 + +# pylint: disable=C0111 +from qutebrowser.config.configfiles import ConfigAPI # noqa: F401 +from qutebrowser.config.config import ConfigContainer # noqa: F401 +config: ConfigAPI = config # noqa: F821 pylint: disable=E0602,C0103 +c: ConfigContainer = c # noqa: F821 pylint: disable=E0602,C0103 + +### Configuration + config.load_autoconfig(False) config.bind("", "tab-next") @@ -33,7 +45,6 @@ c.tabs.title.format = "{perc}{audio}{current_title}" c.content.blocking.method = "adblock" c.qt.highdpi = True -c.qt.force_software_rendering = "chromium" home = "/home/me/.config/qutebrowser/home.html" @@ -100,7 +111,10 @@ c.colors.messages.warning.bg = background c.colors.messages.warning.fg = foreground c.colors.messages.warning.border = background +# c.colors.webpage.bg = background + c.colors.webpage.preferred_color_scheme = "dark" + # c.colors.webpage.darkmode.algorithm = 'lightness-cielab' # c.colors.webpage.darkmode.contrast = 0.0 # c.colors.webpage.darkmode.enabled = True diff --git a/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf b/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf index f092d58..b00eff4 100644 --- a/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf +++ b/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf @@ -1,7 +1,7 @@ [FileDialog] -history=file:///home/me, file:///home/me/images/screenshots, file:///home/me/downloads -lastVisited=file:///home/me/downloads -qtVersion=6.7.0 +history=file:///home/me, file:///home/me/images/screenshots, file:///home/me/downloads, file:///home/me/software.archsus/c_games/pygame, file:///home/me/documents/Toshokan/Semester_4/TGI/Prak/Uebeung2 +lastVisited=file:///home/me +qtVersion=6.7.1 shortcuts=file:, file:///home/me sidebarWidth=87 treeViewHeader="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\x3\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xd1\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xf5\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0=\0\0\0\x1\0\0\0\0\0\0\0\x66\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0)" -- cgit v1.2.3