aboutsummaryrefslogtreecommitdiff
path: root/wiki/Example-systemd-Setup.md
diff options
context:
space:
mode:
authorKent Daleng <lolexplode@gmail.com>2025-03-15 16:42:05 +0100
committerGitHub <noreply@github.com>2025-03-15 15:42:05 +0000
commit392fc27de110d3548095e465d5cb38bd8d5730ea (patch)
treec465f8975db4e6f90c9f875cb6e7722af175901f /wiki/Example-systemd-Setup.md
parent9e560e7e607638da4f47b6dfef5a83b18711f75d (diff)
downloadniri-392fc27de110d3548095e465d5cb38bd8d5730ea.tar.gz
niri-392fc27de110d3548095e465d5cb38bd8d5730ea.tar.bz2
niri-392fc27de110d3548095e465d5cb38bd8d5730ea.zip
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
Diffstat (limited to 'wiki/Example-systemd-Setup.md')
-rw-r--r--wiki/Example-systemd-Setup.md2
1 files changed, 1 insertions, 1 deletions
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`