From 04e35ee7695134d01cf387d04c84b4c1e0fc8874 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 10 Mar 2024 09:21:02 +0000 Subject: [PATCH] deploy: 36f873dfc8e2b6b89936ff3e2b74803d50447e0a --- options.xhtml | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) 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 $XDG_CONFIG_HOME/pqivrc. See +pqiv(1) for a list of available options. To set a +boolean flag, set the value to 1.

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))