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
Launcher command, if not set, dmenu
will be used by default. Type: null or string Default: Example: Declared by: Whether to enable CopyQ, a clipboard manager with advanced features. Type: boolean Default: Example: Declared by: The copyq package to use. Type: package Default: Declared by: The systemd target that will automatically start the Waybar service.
+
+When setting this value to Type: string Default: Example: Declared by: Whether to enable Devilspie2, a window matching utility, allowing the user to
perform scripted actions on windows as they are created. Type: boolean Default: Example: Declared by:services.clipmenu.launchernull"rofi"
<home-manager/modules/services/clipmenu.nix>
+ services.copyq.enablefalsetrue
+ <home-manager/modules/services/copyq.nix>
+ services.copyq.packagepkgs.copyq
+ <home-manager/modules/services/copyq.nix>
+ services.copyq.systemdTarget"sway-session.target",
+make sure to also enable wayland.windowManager.sway.systemdIntegration,
+otherwise the service may never be started."graphical-session.target""sway-session.target"
+ <home-manager/modules/services/copyq.nix>
services.devilspie2.enablefalsetrue
<home-manager/modules/services/devilspie2.nix>