From c4883659da9a81dff509fae9f74f9dbb37fe4039 Mon Sep 17 00:00:00 2001 From: izmyname <135810812+izmyname@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:32:13 +0500 Subject: [PATCH] Master Tutorial: add an entry about starting hyprland with systemd (#830) --- pages/Getting Started/Master-Tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/Getting Started/Master-Tutorial.md b/pages/Getting Started/Master-Tutorial.md index 97f18ac..b51ed42 100644 --- a/pages/Getting Started/Master-Tutorial.md +++ b/pages/Getting Started/Master-Tutorial.md @@ -37,7 +37,9 @@ Please bear in mind 3D acceleration in VMs may be pretty slow. ## Launching Hyprland -Hyprland can be executed by typing `Hyprland` in your tty. +Hyprland can be executed by typing `Hyprland` in your tty. + +Systemd users can also start Hyprland, by typing `systemctl --user start hyprland-session.service` in tty. This method provides additional features, such as [xdg-autostart](https://www.freedesktop.org/software/systemd/man/latest/systemd-xdg-autostart-generator.html) support and ability to enable services for programs that rely on a graphical session and provide such services (e.g waybar). {{< callout type=warning >}}