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 >}}