From 04e35ee7695134d01cf387d04c84b4c1e0fc8874 Mon Sep 17 00:00:00 2001
From: rycee
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)) |