1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00
This commit is contained in:
rycee 2024-09-09 15:37:34 +00:00
parent 982785f5b7
commit 12e7ac7963

View file

@ -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 = &quot;black&quot;; background-pattern = &quot;black&quot;;
thumbnail-size = &quot;256x256&quot;; thumbnail-size = &quot;256x256&quot;;
command-1 = &quot;thunar&quot;; command-1 = &quot;thunar&quot;;