aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-03-28 20:53:26 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-28 20:53:26 +0400
commitcf409a4ea6643f841aa8174442f192972f249758 (patch)
treebf377d2c29c6b8fb26ba9f9fff42ea6b39b7cf7c
parent83bd2317ee1586f25707a874107f143267d21459 (diff)
downloadniri-cf409a4ea6643f841aa8174442f192972f249758.tar.gz
niri-cf409a4ea6643f841aa8174442f192972f249758.tar.bz2
niri-cf409a4ea6643f841aa8174442f192972f249758.zip
wiki: Link all sections from the overview
-rw-r--r--resources/default-config.kdl2
-rw-r--r--wiki/Configuration:-Overview.md13
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`.