diff options
Diffstat (limited to 'wiki')
| -rw-r--r-- | wiki/Configuration:-Debug-Options.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wiki/Configuration:-Debug-Options.md b/wiki/Configuration:-Debug-Options.md index 9d32ffd9..f622bd68 100644 --- a/wiki/Configuration:-Debug-Options.md +++ b/wiki/Configuration:-Debug-Options.md @@ -23,6 +23,7 @@ debug { disable-resize-throttling disable-transactions keep-laptop-panel-on-when-lid-is-closed + disable-monitor-names } binds { @@ -179,6 +180,20 @@ debug { } ``` +### `disable-monitor-names` + +<sup>Since: 0.1.10</sup> + +Disables the make/model/serial monitor names, as if niri fails to read them from the EDID. + +Use this flag to work around a crash present in 0.1.9 and 0.1.10 when connecting two monitors with matching make/model/serial. + +```kdl +debug { + disable-monitor-names +} +``` + ### Key Bindings These are not debug options, but rather key bindings. |
