From ed3ba2e491dfd3dc40a41432daad810f91d9c7fc Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 22 Mar 2023 07:36:18 +0000 Subject: [PATCH] deploy: 486ba3de4ecca3ef8371c20b0c53866d61e97dbd --- options.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/options.html b/options.html index 2038f4e3b..5e46e304e 100644 --- a/options.html +++ b/options.html @@ -7010,6 +7010,16 @@ otherwise the service may never be started.

Typ

services.clipmenu.launcher

Launcher command, if not set, dmenu will be used by default.

Type: null or string

Default: null

Example: "rofi"

Declared by:

<home-manager/modules/services/clipmenu.nix> +
services.copyq.enable

Whether to enable CopyQ, a clipboard manager with advanced features.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/services/copyq.nix> +
services.copyq.package

The copyq package to use.

Type: package

Default: pkgs.copyq

Declared by:

+ <home-manager/modules/services/copyq.nix> +
services.copyq.systemdTarget

The systemd target that will automatically start the Waybar service. +

+When setting this value to "sway-session.target", +make sure to also enable wayland.windowManager.sway.systemdIntegration, +otherwise the service may never be started.

Type: string

Default: "graphical-session.target"

Example: "sway-session.target"

Declared by:

+ <home-manager/modules/services/copyq.nix>
services.devilspie2.enable

Whether to enable Devilspie2, a window matching utility, allowing the user to perform scripted actions on windows as they are created.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/services/devilspie2.nix>