mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add disable-monitor-names debug flag
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user