aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-03-26 17:24:17 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-26 17:24:17 +0400
commitaddd1f5267ddfd9f6b37d5902556a9f4c7c1a87a (patch)
treed124851284ad16dfc712cd1a61ccb79b72173a64
parentb30f8fb2cc6bd961aace05b7bf33efe8d3a8b97b (diff)
downloadniri-addd1f5267ddfd9f6b37d5902556a9f4c7c1a87a.tar.gz
niri-addd1f5267ddfd9f6b37d5902556a9f4c7c1a87a.tar.bz2
niri-addd1f5267ddfd9f6b37d5902556a9f4c7c1a87a.zip
wiki: Replace links with relative
-rw-r--r--wiki/Important-Software.md6
1 files 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`.