diff --git a/options.xhtml b/options.xhtml index 561cf1e0e..f8a8e445e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -50922,6 +50922,44 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/programs/qutebrowser.nix> + +
+ +
+ + programs.qutebrowser.perDomainSettings + + +
+
+

Options to set, as in settings but per domain. +Refer to settings for details.

+ +

Type: +attribute set of anything

+ +

Default: +{ }

+ +

Example:

{
+  "zoom.us" = {
+    content = {
+      autoplay = true;
+      media.audio_capture = true;
+      media.video_capture = true;
+    };
+  };
+  "github.com".colors.webpage.darkmode.enabled = false;
+};
+
+
+

Declared by: