Add disable-monitor-names debug flag

This commit is contained in:
Ivan Molodetskikh
2024-11-06 08:42:22 +03:00
parent 88f4c1d610
commit 8867a4f84c
3 changed files with 51 additions and 5 deletions
+15
View File
@@ -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.