diff --git a/options.html b/options.html index 47bfbbe9b..ac3a758fa 100644 --- a/options.html +++ b/options.html @@ -10143,13 +10143,17 @@ will override the default type values of swaynag.
<
}
Declared by: Whether to enable Whether to enable Type: boolean Default: Example: Declared by: Whether to enable autostart of applications using
+systemd-xdg-autostart-generator(8)
+. Type: boolean Default: Example: Declared by: Attribute set of features to enable in the wrapper. Type: submodule Default: Example: Declared by:
<home-manager/modules/services/window-managers/i3-sway/swaynag.nix>
-
wayland.windowManager.sway.systemdIntegration
sway-session.target
on
+ wayland.windowManager.sway.systemd.enable
sway-session.target
on
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
DISPLAY
WAYLAND_DISPLAY
SWAYSOCK
XDG_CURRENT_DESKTOP
true
false
<home-manager/modules/services/window-managers/i3-sway/sway.nix>
+
wayland.windowManager.sway.systemd.xdgAutostart
false
true
+ <home-manager/modules/services/window-managers/i3-sway/sway.nix>
wayland.windowManager.sway.wrapperFeatures
{ }
{
gtk = true;
}