feat(linux): use connector name as default display name on linux (#5423)

This commit is contained in:
Kishi
2026-07-22 02:11:30 +02:00
committed by GitHub
parent 82a9720e36
commit a55d2d99c4
5 changed files with 85 additions and 57 deletions
+2 -1
View File
@@ -948,7 +948,8 @@ editing the `conf` file in a text editor. Use the examples as reference.
Info: Detected display: DP-1 (id: 3) connected: false
Info: Detected display: DVI-D-1 (id: 4) connected: false
@endcode
You need to use the id value inside the parenthesis, e.g. `1`.
It is recommended to use the stable display connector name (text right before the parenthesis, e.g. DP-0) for this value.
For wlgrab/x11grab and kmsgrab the numeric id value can also be used.
<br>
<br>
**macOS:**