From f6f4bf97c368d9a8539137896f786291d859cadf Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 27 Aug 2025 08:25:21 +0300 Subject: wiki/Accessibility: Add link to spawn-at-startup --- docs/wiki/Accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/wiki/Accessibility.md b/docs/wiki/Accessibility.md index bc881a41..4e6eb7c7 100644 --- a/docs/wiki/Accessibility.md +++ b/docs/wiki/Accessibility.md @@ -12,7 +12,7 @@ If you're shipping niri and would like to make it work better for screen readers - Change the default terminal from Alacritty to one that supports screen readers. For example, [GNOME Console](https://gitlab.gnome.org/GNOME/console) or [GNOME Terminal](https://gitlab.gnome.org/GNOME/gnome-terminal) should work well. - Change the default application launcher and screen locker to ones that support screen readers. Suggestions welcome! Likely, something GTK-based will work fine. -- Add some `spawn-at-startup` command that plays a sound which will indicate to users that niri has finished loading. +- Add some [`spawn-at-startup`](./Configuration:-Miscellaneous.md#spawn-at-startup) command that plays a sound which will indicate to users that niri has finished loading. - Add `spawn-at-startup "orca"` to run Orca automatically at niri startup. ## Desktop zoom -- cgit