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
This commit is contained in:
Kent Daleng
2025-03-15 16:42:05 +01:00
committed by GitHub
parent 9e560e7e60
commit 392fc27de1
23 changed files with 44 additions and 46 deletions
+2 -3
View File
@@ -40,7 +40,7 @@ Add lines like this to spawn processes at niri startup.
`spawn-at-startup` accepts a path to the program binary as the first argument, followed by arguments to the program.
This option works the same way as the `spawn` key binding action, so please read about all its subtleties on the [key bindings](./Configuration:-Key-Bindings.md) page.
This option works the same way as the [`spawn` key binding action](./Configuration:-Key-Bindings.md#spawn), so please read about all its subtleties there.
```kdl
spawn-at-startup "waybar"
@@ -170,5 +170,4 @@ hotkey-overlay {
}
```
You can customize which binds the hotkey overlay shows using the `hotkey-overlay-title` property.
Check the [key bindings](./Configuration:-Key-Bindings.md) wiki page for details.
You can customize which binds the hotkey overlay shows using the [`hotkey-overlay-title` property](./Configuration:-Key-Bindings.md#custom-hotkey-overlay-titles).