mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
deploy: 36f873dfc8
This commit is contained in:
parent
c58d87b2dd
commit
04e35ee769
1 changed files with 39 additions and 4 deletions
|
@ -37048,6 +37048,42 @@ package</p>
|
|||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<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">
|
||||
<home-manager/modules/programs/pqiv.nix>
|
||||
</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">""</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>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
@ -37064,10 +37100,9 @@ package</p>
|
|||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>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.</p>
|
||||
<p>Configuration written 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. To set a
|
||||
boolean flag, set the value to 1.</p>
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue