mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
wiki: Replace links with relative
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user