aboutsummaryrefslogtreecommitdiff
path: root/niri/README.md
diff options
context:
space:
mode:
authorHenry J. Webster <hwebs@hwebs.info>2026-07-30 14:18:48 -0500
committerHenry J. Webster <hwebs@hwebs.info>2026-07-30 14:18:48 -0500
commit3ace77904c4a6e49e1c5651bf24827858bdbd172 (patch)
tree39393628dc42b15b8be38c9b0a980b53d52f4cd6 /niri/README.md
parent348507638576563528b6a9ab5091ca906490dd51 (diff)
(niri) add config
Diffstat (limited to 'niri/README.md')
-rw-r--r--niri/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/niri/README.md b/niri/README.md
new file mode 100644
index 0000000..dc7670b
--- /dev/null
+++ b/niri/README.md
@@ -0,0 +1,16 @@
+# Niri Configuration
+
+## Contents
+
+- `.config/niri/config.kdl` - Main niri window manager configuration
+
+## Reloading Config
+
+Niri automatically watches the config file and reloads it when changes are saved.
+
+To manually reload the config:
+```
+niri msg action reload-config-or-show-error
+```
+
+This will reload the configuration and display any parsing errors in a popup if present.