From 392fc27de110d3548095e465d5cb38bd8d5730ea Mon Sep 17 00:00:00 2001 From: Kent Daleng Date: Sat, 15 Mar 2025 16:42:05 +0100 Subject: Use anchors on the wiki (#1266) * wiki testing * wiki updates * use .md with anchors, revert sidebar * bump wiki action * add some more anchors, fix some language * change links to be more descriptive by themselves --- wiki/Example-systemd-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki/Example-systemd-Setup.md') diff --git a/wiki/Example-systemd-Setup.md b/wiki/Example-systemd-Setup.md index a3a96de0..07780ae4 100644 --- a/wiki/Example-systemd-Setup.md +++ b/wiki/Example-systemd-Setup.md @@ -2,7 +2,7 @@ When starting niri from a display manager like GDM, or otherwise through the `ni This provides the necessary systemd integration to run programs like `mako` and services like `xdg-desktop-portal` bound to the graphical session. Here's an example on how you might set up [`mako`](https://github.com/emersion/mako), [`waybar`](https://github.com/Alexays/Waybar), [`swaybg`](https://github.com/swaywm/swaybg) and [`swayidle`](https://github.com/swaywm/swayidle) to run as systemd services with niri. -In contrast to the `spawn-at-startup` config option, this lets you easily monitor their status and output, and restart or reload them. +In contrast to [`spawn-at-startup`](./Configuration:-Miscellaneous.md#spawn-at-startup), this lets you easily monitor their status and output, and restart or reload them. 1. Install them, i.e. `sudo dnf install mako waybar swaybg swayidle` 2. Create a `niri.service.wants` folder: `mkdir -p ~/.config/systemd/user/niri.service.wants` -- cgit