blob: dc7670beff5c6eb506578f896ee73bbd45f8b922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
|