diff --git a/options.xhtml b/options.xhtml index 03c19db8b..78de8403c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -37048,6 +37048,42 @@ package
Default:
pkgs.pqiv
Declared by:
+
+
+<home-manager/modules/programs/pqiv.nix>
+
+ |
programs.pqiv.extraConfig
+
+
+Extra lines to be added to $XDG_CONFIG_HOME/pqivrc. See
+pqiv(1) for a list of available options.
Type: +strings concatenated with “\n”
+ +Default:
+""
Example:
[actions]
+set_cursor_auto_hide(1)
+
+[keybindings]
+t { montage_mode_enter() }
+@MONTAGE {
+ t { montage_mode_return_cancel() }
+}
+
+
+
Declared by:
|
@@ -37064,10 +37100,9 @@ package
Configuration written to -<filename>$XDG_CONFIG_HOME/pqivrc</filename>. See <link -xlink:href=“https://github.com/phillipberndt/pqiv/blob/master/pqiv.1”/> -for a list of available options. To set a boolean flag, set the value to 1. +Configuration written to Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)) |