Make output name matching case-insensitive

This commit is contained in:
Ivan Molodetskikh
2024-05-05 12:55:57 +04:00
parent ea59091869
commit 96823eea38
4 changed files with 23 additions and 8 deletions
+2
View File
@@ -24,6 +24,8 @@ Outputs are matched by connector name (i.e. `eDP-1`, `HDMI-A-1`) which you can f
Usually, the built-in monitor in laptops will be called `eDP-1`.
Matching by output manufacturer and model is planned, but blocked on Smithay adopting libdisplay-info instead of edid-rs.
<sup>Since: 0.1.6</sup> The output name is case-insensitive.
### `off`
This flag turns off that output entirely.