diff options
| -rw-r--r-- | resources/default-config.kdl | 2 | ||||
| -rw-r--r-- | wiki/Configuration:-Overview.md | 13 |
2 files changed, 14 insertions, 1 deletions
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`. |
