From 0db9c2ae4d36344f7a4a520aaf6ca1264d46b661 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 6 Oct 2023 22:09:24 +0000 Subject: [PATCH] deploy: ed0770e96225f998ea128549ad446d9b1568cb2c --- options.html | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/options.html b/options.html index 3138e5ea1..84b45418e 100644 --- a/options.html +++ b/options.html @@ -15983,13 +15983,34 @@ Hyprland configuration value

Default:

Declared by:

<home-manager/modules/services/window-managers/hyprland.nix> -
wayland.windowManager.hyprland.systemdIntegration

Whether to enable hyprland-session.target on +

wayland.windowManager.hyprland.systemd.enable

Whether to enable hyprland-session.target on hyprland 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

  • HYPRLAND_INSTANCE_SIGNATURE

  • WAYLAND_DISPLAY

  • XDG_CURRENT_DESKTOP

Type: +and D-Bus user environment before reaching the target, including

  • DISPLAY

  • HYPRLAND_INSTANCE_SIGNATURE

  • WAYLAND_DISPLAY

  • XDG_CURRENT_DESKTOP

Type: boolean

Default: +true

Example: true

Declared by:

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

Extra commands to be run after D-Bus activation.

Type: +list of string

Default:

[
+  "systemctl --user stop hyprland-session.target"
+  "systemctl --user start hyprland-session.target"
+]
+

Declared by:

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

Environment variables to be imported in the systemd & D-Bus user +environment.

Type: +list of string

Default:

[
+  "DISPLAY"
+  "HYPRLAND_INSTANCE_SIGNATURE"
+  "WAYLAND_DISPLAY"
+  "XDG_CURRENT_DESKTOP"
+]
+

Example:

[
+  "-all"
+]
+

Declared by:

+<home-manager/modules/services/window-managers/hyprland.nix>
wayland.windowManager.hyprland.xwayland.enable

Whether to enable XWayland.

Type: boolean

Default: true

Example: