aboutsummaryrefslogtreecommitdiff
path: root/wiki/Important-Software.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/Important-Software.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/Important-Software.md')
-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 64b5e692..dda46098 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](./Example-systemd-Setup.md) 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`](./Configuration:-Miscellaneous.md#spawn-at-startup).
### Portals
@@ -14,7 +14,7 @@ Portals **require** [running niri as a session](./Getting-Started.md), which mea
* `xdg-desktop-portal-gnome`: required for screencasting support.
* `gnome-keyring`: implements the Secret portal, required for certain apps to work.
-Then systemd should start them on-demand automatically. These particular portals are configured in `niri-portals.conf` which [must be installed](https://github.com/YaLTeR/niri/wiki/Getting-Started#installation) in the correct location.
+Then systemd should start them on-demand automatically. These particular portals are configured in `niri-portals.conf` which [must be installed](./Getting-Started.md#manual-installation) in the correct location.
Since we're using `xdg-desktop-portal-gnome`, Flatpak apps will read the GNOME UI settings. For example, to enable the dark style, run:
@@ -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](./Example-systemd-Setup.md) 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`](./Configuration:-Miscellaneous.md#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: