From bcd0a91f23c4b98246ff44c505c774c739b9a11f Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 18 Oct 2023 20:57:17 +0000 Subject: [PATCH] deploy: 3433206e51766b4164dad368a81325efbf343fbe --- options.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/options.html b/options.html index ae2b76a9c..b532bd435 100644 --- a/options.html +++ b/options.html @@ -8659,6 +8659,23 @@ attribute set of string

Default: strings concatenated with “\n”

Default: ""

Declared by:

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

Greasemonkey userscripts to add to qutebrowser’s greasemonkey +directory.

Type: +list of package

Default: +[ ]

Example:

[
+  (pkgs.fetchurl {
+    url = "https://raw.githubusercontent.com/afreakk/greasemonkeyscripts/1d1be041a65c251692ee082eda64d2637edf6444/youtube_sponsorblock.js";
+    sha256 = "sha256-e3QgDPa3AOpPyzwvVjPQyEsSUC9goisjBUDMxLwg8ZE=";
+  })
+  (pkgs.writeText "some-script.js" ''
+    // ==UserScript==
+    // @name  Some Greasemonkey script
+    // ==/UserScript==
+  '')
+]
+
+

Declared by:

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

Key bindings mapping keys to commands in different modes. This setting is a dictionary containing mode names and dictionaries mapping keys to commands: {mode: {key: command}} If you want to map