From addd1f5267ddfd9f6b37d5902556a9f4c7c1a87a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 26 Mar 2024 17:24:17 +0400 Subject: wiki: Replace links with relative --- wiki/Important-Software.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/Important-Software.md b/wiki/Important-Software.md index 8301f9e8..8f921b42 100644 --- a/wiki/Important-Software.md +++ b/wiki/Important-Software.md @@ -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`. \ No newline at end of file +Then add `After=graphical-session.target`. -- cgit