From 9cd95877a0cff1671166b9e73bca169287b98422 Mon Sep 17 00:00:00 2001 From: izmyname <135810812+izmyname@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:44:04 +0500 Subject: [PATCH] Useful Utilities/Systemd-start: Fix the remaining link and add Systemd startup to index (#861) --- pages/Getting Started/Master-Tutorial.md | 2 +- pages/Useful Utilities/_index.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/Getting Started/Master-Tutorial.md b/pages/Getting Started/Master-Tutorial.md index e0e9825..c447a15 100644 --- a/pages/Getting Started/Master-Tutorial.md +++ b/pages/Getting Started/Master-Tutorial.md @@ -47,7 +47,7 @@ Please bear in mind 3D acceleration in VMs may be pretty slow. Hyprland can be executed by typing `Hyprland` in your tty. -Systemd users can also start Hyprland, using [uwsm](https://github.com/Vladimir-csp/uwsm). This is the recommended method of launching Hyprland on systemd-based distros, as it provides additional features such as [xdg-autostart](https://www.freedesktop.org/software/systemd/man/latest/systemd-xdg-autostart-generator.html) support, launching any application as a systemd-unit with `uwsm app` helper, and the ability to enable services for programs that rely on a graphical session and provide such services (e.g waybar). See [uwsm](../../Systemd-start) page for further instructions. +Systemd users can also start Hyprland, using [uwsm](https://github.com/Vladimir-csp/uwsm). This is the recommended method of launching Hyprland on systemd-based distros, as it provides additional features such as [xdg-autostart](https://www.freedesktop.org/software/systemd/man/latest/systemd-xdg-autostart-generator.html) support, launching any application as a systemd-unit with `uwsm app` helper, and the ability to enable services for programs that rely on a graphical session and provide such services (e.g waybar). See [uwsm](../../Useful-Utilities/Systemd-start) page for further instructions. {{< callout type=warning >}} diff --git a/pages/Useful Utilities/_index.md b/pages/Useful Utilities/_index.md index 8c45788..d117b46 100644 --- a/pages/Useful Utilities/_index.md +++ b/pages/Useful Utilities/_index.md @@ -31,3 +31,5 @@ Hyprland working. - **[File Managers](./File-Managers)** - **[Other](./Other)** + +- **[Systemd startup](./Systemd-start)**