From fa8b3f353638a91ed36350c7f05bdaece67786cf Mon Sep 17 00:00:00 2001 From: khaneliman Date: Wed, 29 Jan 2025 18:27:05 +0000 Subject: [PATCH] deploy: c4650fb9c0c4c8f7e1a43e6d72378246a4b50f3b --- options.xhtml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/options.xhtml b/options.xhtml index 6b1081e74..f96d6240c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -62307,20 +62307,22 @@ list of string

- services.cliphist.systemdTarget + services.cliphist.systemdTargets
-

The systemd target that will automatically start the cliphist service.

When setting this value to "sway-session.target", +

The systemd targets that will automatically start the cliphist service.

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

+otherwise the service may never be started.

Note: A single string value is deprecated, please use a list.

Type: -string

+(list of string) or string

-

Default: -"graphical-session.target"

+

Default:

[
+  "graphical-session.target"
+]
+

Example: "sway-session.target"