diff options
Diffstat (limited to 'niri/README.md')
| -rw-r--r-- | niri/README.md | 16 |
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. |
