mirror of
https://github.com/emersion/kanshi
synced 2024-11-23 00:02:16 +01:00
Fix typo
This commit is contained in:
parent
c63517922e
commit
f50c9614ca
@ -102,7 +102,7 @@ fn connector_type(name: &str) -> Option<String> {
|
||||
let name = name.to_lowercase();
|
||||
|
||||
[
|
||||
"VGA", "Unknown", "VDI", "Composite", "SVIDEO", "LVDS", "Component", "DIN", "DP", "HDMI",
|
||||
"VGA", "Unknown", "DVI", "Composite", "SVIDEO", "LVDS", "Component", "DIN", "DP", "HDMI",
|
||||
"TV", "eDP", "Virtual", "DSI",
|
||||
]
|
||||
.iter()
|
||||
|
Loading…
Reference in New Issue
Block a user