From 56e844ce95833424b7add9df6afebc1b33d3ff0e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 2 Jan 2021 14:16:42 +0100 Subject: Update docs --- doc/changelog.asciidoc | 2 ++ doc/help/settings.asciidoc | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 24005bae3..3ba7213b3 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -71,6 +71,8 @@ Added - New settings for the ABP-based adblocker: * `content.blocking.method` to decide which blocker(s) should be used. * `content.blocking.adblock.lists` to configure ABP-like lists to use. +- New `qt.environ` setting which makes it easier to set/unset environment + variables for qutebrowser. - When QtWebEngine has been updated but PyQtWebEngine hasn't yet, the dark mode settings might stop working. As a (currently undocumented) escape hatch, this version adds a `QUTE_DARKMODE_VARIANT=qt_515_2` environment variable which can diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index bd7148571..5d48cf420 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -271,6 +271,7 @@ |<>|Show a filebrowser in download prompts. |<>|Rounding radius (in pixels) for the edges of prompts. |<>|Additional arguments to pass to Qt, without leading `--`. +|<>|Additional environment variables to set. |<>|Force a Qt platform to use. |<>|Force a Qt platformtheme to use. |<>|Force software rendering for QtWebEngine. @@ -3471,6 +3472,17 @@ Type: <> Default: empty +[[qt.environ]] +=== qt.environ +Additional environment variables to set. +Setting an environment variable to null/None will unset it. + +This setting requires a restart. + +Type: <> + +Default: empty + [[qt.force_platform]] === qt.force_platform Force a Qt platform to use. -- cgit v1.2.3-54-g00ecf