diff --git a/options.xhtml b/options.xhtml index 098f28a9c..480e38e4a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -75577,7 +75577,8 @@ attribute set of attribute set of (Swaynag config atom (null, bool, int, float, sway startup. This links to graphical-session.target. Some important environment variables will be imported to systemd -and dbus user environment before reaching the target, including

+and dbus user environment before reaching the target, including

Type: boolean

@@ -75588,6 +75589,70 @@ boolean

Example: false

+

Declared by:

+ + +
+ +<home-manager/modules/services/window-managers/i3-sway/sway.nix> + +
+ +
+ + wayland.windowManager.sway.systemd.extraCommands + + +
+
+

Extra commands to run after D-Bus activation.

+ +

Type: +list of string

+ +

Default:

[
+  "systemctl --user start sway-session.target"
+]
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/window-managers/i3-sway/sway.nix> + +
+
+
+ + wayland.windowManager.sway.systemd.variables + + +
+
+

Environment variables imported into the systemd and D-Bus user environment.

+ +

Type: +list of string

+ +

Default:

[
+  "DISPLAY"
+  "WAYLAND_DISPLAY"
+  "SWAYSOCK"
+  "XDG_CURRENT_DESKTOP"
+  "XDG_SESSION_TYPE"
+  "NIXOS_OZONE_WL"
+  "XCURSOR_THEME"
+  "XCURSOR_SIZE"
+]
+
+ +

Example:

[
+  "-all"
+]
+
+

Declared by: