This commit is contained in:
rycee 2024-03-10 09:21:02 +00:00
parent c58d87b2dd
commit 04e35ee769

View file

@ -37048,6 +37048,42 @@ package</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.pqiv</code></p> <code class="literal">pkgs.pqiv</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/pqiv.nix" target="_top">
&lt;home-manager/modules/programs/pqiv.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.pqiv.extraConfig"></a><a class="term" href="options.xhtml#opt-programs.pqiv.extraConfig"><code class="option">programs.pqiv.extraConfig</code>
</a>
</span>
</dt>
<dd>
<p>Extra lines to be added to <code class="filename">$XDG_CONFIG_HOME/pqivrc</code>. See
<span class="citerefentry"><span class="refentrytitle">pqiv</span>(1)</span> for a list of available options.</p>
<p><span class="emphasis"><em>Type:</em></span>
strings concatenated with “\n”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[actions]
set_cursor_auto_hide(1)
[keybindings]
t { montage_mode_enter() }
@MONTAGE {
t { montage_mode_return_cancel() }
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>
@ -37064,10 +37100,9 @@ package</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Configuration written to <p>Configuration written to <code class="filename">$XDG_CONFIG_HOME/pqivrc</code>. See
&lt;filename&gt;$XDG_CONFIG_HOME/pqivrc&lt;/filename&gt;. See &lt;link <span class="citerefentry"><span class="refentrytitle">pqiv</span>(1)</span> for a list of available options. To set a
xlink:href=“https://github.com/phillipberndt/pqiv/blob/master/pqiv.1”/&gt; boolean flag, set the value to 1.</p>
for a list of available options. To set a boolean flag, set the value to 1.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))</p> attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))</p>