From 8867a4f84c4bd07235abd37828b0d724321facbe Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 6 Nov 2024 08:42:22 +0300 Subject: Add disable-monitor-names debug flag --- wiki/Configuration:-Debug-Options.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'wiki/Configuration:-Debug-Options.md') 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` + +Since: 0.1.10 + +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. -- cgit