mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
deploy: 10541f19c5
This commit is contained in:
parent
982785f5b7
commit
12e7ac7963
1 changed files with 3 additions and 4 deletions
|
@ -39347,8 +39347,7 @@ t { montage_mode_enter() }
|
|||
</dt>
|
||||
<dd>
|
||||
<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>
|
||||
<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>
|
||||
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))</p>
|
||||
|
@ -39358,8 +39357,8 @@ attribute set of section of an INI file (attrs of INI atom (null, bool, int, flo
|
|||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
options = {
|
||||
lazy-load = 1;
|
||||
hide-info-box = 1;
|
||||
lazy-load = true;
|
||||
hide-info-box = true;
|
||||
background-pattern = "black";
|
||||
thumbnail-size = "256x256";
|
||||
command-1 = "thunar";
|
||||
|
|
Loading…
Reference in a new issue