wiki: Replace links with relative

This commit is contained in:
Ivan Molodetskikh
2024-03-26 17:24:17 +04:00
parent b30f8fb2cc
commit addd1f5267
+3 -3
View File
@@ -2,7 +2,7 @@ Since niri is not a complete desktop environment, you will very likely want to r
### Notification Daemon
Many apps need one. For example, [mako](https://github.com/emersion/mako) works well. Use [a systemd setup](https://github.com/YaLTeR/niri/wiki/Example-systemd-Setup) or `spawn-at-startup`.
Many apps need one. For example, [mako](https://github.com/emersion/mako) works well. Use [a systemd setup](./Example-systemd-Setup.md) or `spawn-at-startup`.
### Portals
@@ -24,7 +24,7 @@ dconf write /org/gnome/desktop/interface/color-scheme '"prefer-dark"'
### Authentication Agent
Required when apps need to ask for root permissions. Something like `plasma-polkit-agent` works fine. Start it [with systemd](https://github.com/YaLTeR/niri/wiki/Example-systemd-Setup) or with `spawn-at-startup`.
Required when apps need to ask for root permissions. Something like `plasma-polkit-agent` works fine. Start it [with systemd](./Example-systemd-Setup.md) or with `spawn-at-startup`.
Note that to start `plasma-polkit-agent` with systemd on Fedora, you'll need to override its systemd service to add the correct dependency. Run:
@@ -32,4 +32,4 @@ Note that to start `plasma-polkit-agent` with systemd on Fedora, you'll need to
systemctl --user edit --full plasma-polkit-agent.service
```
Then add `After=graphical-session.target`.
Then add `After=graphical-session.target`.