diff options
| author | Kent Daleng <lolexplode@gmail.com> | 2025-03-15 16:42:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-15 15:42:05 +0000 |
| commit | 392fc27de110d3548095e465d5cb38bd8d5730ea (patch) | |
| tree | c465f8975db4e6f90c9f875cb6e7722af175901f /wiki/Configuration:-Miscellaneous.md | |
| parent | 9e560e7e607638da4f47b6dfef5a83b18711f75d (diff) | |
| download | niri-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/Configuration:-Miscellaneous.md')
| -rw-r--r-- | wiki/Configuration:-Miscellaneous.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wiki/Configuration:-Miscellaneous.md b/wiki/Configuration:-Miscellaneous.md index a478c472..8049dec2 100644 --- a/wiki/Configuration:-Miscellaneous.md +++ b/wiki/Configuration:-Miscellaneous.md @@ -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). |
