1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 09:01:04 +01:00
This commit is contained in:
khaneliman 2025-02-21 18:16:03 +00:00
parent 6e79b0e042
commit aa83e4e3f7

View file

@ -50951,6 +50951,97 @@ TOML value</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.swayimg.enable"></a><a class="term" href="options.xhtml#opt-programs.swayimg.enable"><code class="option">programs.swayimg.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable swayimg.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/swayimg.nix" target="_top">
&lt;home-manager/modules/programs/swayimg.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.swayimg.package"></a><a class="term" href="options.xhtml#opt-programs.swayimg.package"><code class="option">programs.swayimg.package</code>
</a>
</span>
</dt>
<dd>
<p>The swayimg package to install</p>
<p><span class="emphasis"><em>Type:</em></span>
package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.swayimg</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/swayimg.nix" target="_top">
&lt;home-manager/modules/programs/swayimg.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.swayimg.settings"></a><a class="term" href="options.xhtml#opt-programs.swayimg.settings"><code class="option">programs.swayimg.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to
<code class="filename">$XDG_CONFIG_HOME/swayimg/config</code>. See <a class="link" href="https://github.com/artemsen/swayimg/blob/master/extra/swayimgrc" target="_top">https://github.com/artemsen/swayimg/blob/master/extra/swayimgrc</a> 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>
<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">{
viewer = {
window = &quot;#10000010&quot;;
scale = &quot;fill&quot;;
};
&quot;info.viewer&quot; = {
top_left = &quot;+name,+format&quot;;
};
&quot;keys.viewer&quot; = {
&quot;Shift+r&quot; = &quot;rand_file&quot;;
};
}
</code></pre>
<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/swayimg.nix" target="_top">
&lt;home-manager/modules/programs/swayimg.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.swaylock.enable"></a><a class="term" href="options.xhtml#opt-programs.swaylock.enable"><code class="option">programs.swaylock.enable</code>