1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-11 17:23:38 +02:00
This commit is contained in:
rycee 2023-10-06 22:09:24 +00:00
parent cb3aa4f7fe
commit 0db9c2ae4d

View File

@ -15983,13 +15983,34 @@ Hyprland configuration value</p><p><span class="emphasis"><em>Default:</em></spa
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/window-managers/hyprland.nix" target="_top">
&lt;home-manager/modules/services/window-managers/hyprland.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-wayland.windowManager.hyprland.systemdIntegration"></a><a class="term" href="options.html#opt-wayland.windowManager.hyprland.systemdIntegration"><code class="option">wayland.windowManager.hyprland.systemdIntegration</code></a></span></dt><dd><p>Whether to enable <code class="filename">hyprland-session.target</code> on
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-wayland.windowManager.hyprland.systemd.enable"></a><a class="term" href="options.html#opt-wayland.windowManager.hyprland.systemd.enable"><code class="option">wayland.windowManager.hyprland.systemd.enable</code></a></span></dt><dd><p>Whether to enable <code class="filename">hyprland-session.target</code> on
hyprland startup. This links to <code class="literal">graphical-session.target</code>.
Some important environment variables will be imported to systemd
and dbus user environment before reaching the target, including</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><code class="literal">DISPLAY</code></p></li><li class="listitem"><p><code class="literal">HYPRLAND_INSTANCE_SIGNATURE</code></p></li><li class="listitem"><p><code class="literal">WAYLAND_DISPLAY</code></p></li><li class="listitem"><p><code class="literal">XDG_CURRENT_DESKTOP</code></p></li></ul></div><p><span class="emphasis"><em>Type:</em></span>
and D-Bus user environment before reaching the target, including</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><code class="literal">DISPLAY</code></p></li><li class="listitem"><p><code class="literal">HYPRLAND_INSTANCE_SIGNATURE</code></p></li><li class="listitem"><p><code class="literal">WAYLAND_DISPLAY</code></p></li><li class="listitem"><p><code class="literal">XDG_CURRENT_DESKTOP</code></p></li></ul></div><p><span class="emphasis"><em>Type:</em></span>
boolean</p><p><span class="emphasis"><em>Default:</em></span>
<code class="literal">true</code></p><p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/window-managers/hyprland.nix" target="_top">
&lt;home-manager/modules/services/window-managers/hyprland.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-wayland.windowManager.hyprland.systemd.extraCommands"></a><a class="term" href="options.html#opt-wayland.windowManager.hyprland.systemd.extraCommands"><code class="option">wayland.windowManager.hyprland.systemd.extraCommands</code></a></span></dt><dd><p>Extra commands to be run after D-Bus activation.</p><p><span class="emphasis"><em>Type:</em></span>
list of string</p><p><span class="emphasis"><em>Default:</em></span></p><pre class="programlisting">[
"systemctl --user stop hyprland-session.target"
"systemctl --user start hyprland-session.target"
]
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/window-managers/hyprland.nix" target="_top">
&lt;home-manager/modules/services/window-managers/hyprland.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-wayland.windowManager.hyprland.systemd.variables"></a><a class="term" href="options.html#opt-wayland.windowManager.hyprland.systemd.variables"><code class="option">wayland.windowManager.hyprland.systemd.variables</code></a></span></dt><dd><p>Environment variables to be imported in the systemd &amp; D-Bus user
environment.</p><p><span class="emphasis"><em>Type:</em></span>
list of string</p><p><span class="emphasis"><em>Default:</em></span></p><pre class="programlisting">[
"DISPLAY"
"HYPRLAND_INSTANCE_SIGNATURE"
"WAYLAND_DISPLAY"
"XDG_CURRENT_DESKTOP"
]
</pre><p><span class="emphasis"><em>Example:</em></span></p><pre class="programlisting">[
"-all"
]
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/window-managers/hyprland.nix" target="_top">
&lt;home-manager/modules/services/window-managers/hyprland.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-wayland.windowManager.hyprland.xwayland.enable"></a><a class="term" href="options.html#opt-wayland.windowManager.hyprland.xwayland.enable"><code class="option">wayland.windowManager.hyprland.xwayland.enable</code></a></span></dt><dd><p>Whether to enable XWayland.</p><p><span class="emphasis"><em>Type:</em></span>
boolean</p><p><span class="emphasis"><em>Default:</em></span>
<code class="literal">true</code></p><p><span class="emphasis"><em>Example:</em></span>