From cf409a4ea6643f841aa8174442f192972f249758 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 28 Mar 2024 20:53:26 +0400 Subject: wiki: Link all sections from the overview --- resources/default-config.kdl | 2 +- wiki/Configuration:-Overview.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index e3465665..df09bcf5 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -1,6 +1,6 @@ // This config is in the KDL format: https://kdl.dev // "/-" comments out the following node. -// Check the wiki for an overview of the configuration: +// Check the wiki for a full description of the configuration: // https://github.com/YaLTeR/niri/wiki/Configuration:-Overview // Input device configuration. diff --git a/wiki/Configuration:-Overview.md b/wiki/Configuration:-Overview.md index 6fc456d6..c967e26f 100644 --- a/wiki/Configuration:-Overview.md +++ b/wiki/Configuration:-Overview.md @@ -1,3 +1,16 @@ +### Per-Section Documentation + +You can find documentation for various sections of the config on these wiki pages: + +* [`input {}`](./Configuration:-Input.md) +* [`output "eDP-1" {}`](./Configuration:-Outputs.md) +* [`binds {}`](./Configuration:-Key-Bindings.md) +* [`layout {}`](./Configuration:-Layout.md) +* [top-level options](./Configuration:-Miscellaneous.md) +* [`window-rule {}`](./Configuration:-Window-Rules.md) +* [`animations {}`](./Configuration:-Animations.md) +* [`debug {}`](./Configuration:-Debug-Options.md) + ### Loading Niri will load configuration from `$XDG_CONFIG_HOME/.config/niri/config.kdl` or `~/.config/niri/config.kdl`. -- cgit