Master Tutorial: add an entry about starting hyprland with systemd (#830)

This commit is contained in:
izmyname 2024-10-27 15:32:13 +05:00 committed by GitHub
parent 79b6584a1e
commit c4883659da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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