This commit is contained in:
rycee 2023-03-22 07:36:18 +00:00
parent 9dd0541586
commit ed3ba2e491

View file

@ -7010,6 +7010,16 @@ otherwise the service may never be started.</p><p><span class="emphasis"><em>Typ
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.clipmenu.launcher"></a><a class="term" href="options.html#opt-services.clipmenu.launcher"><code class="option">services.clipmenu.launcher</code></a></span></dt><dd><p>Launcher command, if not set, <span class="command"><strong>dmenu</strong></span>
will be used by default.</p><p><span class="emphasis"><em>Type:</em></span> null or string</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">"rofi"</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/clipmenu.nix#blob-path" target="_top">
&lt;home-manager/modules/services/clipmenu.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.copyq.enable"></a><a class="term" href="options.html#opt-services.copyq.enable"><code class="option">services.copyq.enable</code></a></span></dt><dd><p>Whether to enable CopyQ, a clipboard manager with advanced features.</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/copyq.nix#blob-path" target="_top">
&lt;home-manager/modules/services/copyq.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.copyq.package"></a><a class="term" href="options.html#opt-services.copyq.package"><code class="option">services.copyq.package</code></a></span></dt><dd><p>The copyq 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.copyq</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/copyq.nix#blob-path" target="_top">
&lt;home-manager/modules/services/copyq.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.copyq.systemdTarget"></a><a class="term" href="options.html#opt-services.copyq.systemdTarget"><code class="option">services.copyq.systemdTarget</code></a></span></dt><dd><p>The systemd target that will automatically start the Waybar service.
</p><p>
When setting this value to <code class="literal">"sway-session.target"</code>,
make sure to also enable <code class="option">wayland.windowManager.sway.systemdIntegration</code>,
otherwise the service may never be started.</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"graphical-session.target"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"sway-session.target"</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/copyq.nix#blob-path" target="_top">
&lt;home-manager/modules/services/copyq.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.devilspie2.enable"></a><a class="term" href="options.html#opt-services.devilspie2.enable"><code class="option">services.devilspie2.enable</code></a></span></dt><dd><p>Whether to enable Devilspie2, a window matching utility, allowing the user to
perform scripted actions on windows as they are created.</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/devilspie2.nix#blob-path" target="_top">
&lt;home-manager/modules/services/devilspie2.nix&gt;