mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01: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>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Configuration written to <code class="filename">$XDG_CONFIG_HOME/pqivrc</code>. See
|
<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
|
<span class="citerefentry"><span class="refentrytitle">pqiv</span>(1)</span> for a list of available options.</p>
|
||||||
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>
|
||||||
|
@ -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">{
|
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||||
options = {
|
options = {
|
||||||
lazy-load = 1;
|
lazy-load = true;
|
||||||
hide-info-box = 1;
|
hide-info-box = true;
|
||||||
background-pattern = "black";
|
background-pattern = "black";
|
||||||
thumbnail-size = "256x256";
|
thumbnail-size = "256x256";
|
||||||
command-1 = "thunar";
|
command-1 = "thunar";
|
||||||
|
|
Loading…
Reference in a new issue