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