1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-07 09:39:49 +01:00
This commit is contained in:
rycee 2023-07-08 10:28:22 +00:00
parent 06b4bb4a3c
commit f130a50837

View file

@ -9412,6 +9412,13 @@ Can be used to specify extensions.</p><p><span class="emphasis"><em>Type:</em></
&lt;home-manager/modules/services/swayidle.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.swayidle.timeouts._.timeout"></a><a class="link" href="options.html#opt-services.swayidle.timeouts._.timeout"><code class="option">services.swayidle.timeouts.*.timeout</code></a></span></dt><dd><p>Timeout in seconds.</p><p><span class="emphasis"><em>Type:</em></span> positive integer, meaning &gt;0</p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">60</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/services/swayidle.nix#blob-path" target="_top">
&lt;home-manager/modules/services/swayidle.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.swayosd.enable"></a><a class="link" href="options.html#opt-services.swayosd.enable"><code class="option">services.swayosd.enable</code></a></span></dt><dd><p>Whether to enable swayosd, a GTK based on screen display for keyboard shortcuts like
caps-lock and volume.</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/services/swayosd.nix#blob-path" target="_top">
&lt;home-manager/modules/services/swayosd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.swayosd.package"></a><a class="link" href="options.html#opt-services.swayosd.package"><code class="option">services.swayosd.package</code></a></span></dt><dd><p>The swayosd package to use.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">pkgs.swayosd</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/services/swayosd.nix#blob-path" target="_top">
&lt;home-manager/modules/services/swayosd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.swayosd.maxVolume"></a><a class="link" href="options.html#opt-services.swayosd.maxVolume"><code class="option">services.swayosd.maxVolume</code></a></span></dt><dd><p>Sets the maximum volume.</p><p><span class="emphasis"><em>Type:</em></span> null or unsigned integer, meaning &gt;=0</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">120</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/services/swayosd.nix#blob-path" target="_top">
&lt;home-manager/modules/services/swayosd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.sxhkd.enable"></a><a class="link" href="options.html#opt-services.sxhkd.enable"><code class="option">services.sxhkd.enable</code></a></span></dt><dd><p>Whether to enable simple X hotkey daemon.</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/services/sxhkd.nix#blob-path" target="_top">
&lt;home-manager/modules/services/sxhkd.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.sxhkd.package"></a><a class="link" href="options.html#opt-services.sxhkd.package"><code class="option">services.sxhkd.package</code></a></span></dt><dd><p>Package containing the <span class="command"><strong>sxhkd</strong></span> executable.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"pkgs.sxhkd"</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/services/sxhkd.nix#blob-path" target="_top">