fix: kanshi not recognizing external displays
This commit is contained in:
parent
b785df7751
commit
3ce73fb381
1 changed files with 8 additions and 3 deletions
|
|
@ -14,6 +14,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
/*
|
||||
gaming = {
|
||||
outputs = [
|
||||
{
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
*/
|
||||
|
||||
station = {
|
||||
outputs = [
|
||||
|
|
@ -44,19 +46,22 @@
|
|||
status = "disable";
|
||||
}
|
||||
{
|
||||
criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL";
|
||||
criteria = "DP-3";
|
||||
# criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL";
|
||||
status = "enable";
|
||||
mode = "1920x1080";
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L";
|
||||
criteria = "DP-2";
|
||||
# criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L";
|
||||
status = "enable";
|
||||
mode = "1920x1080";
|
||||
position = "1920,0";
|
||||
}
|
||||
{
|
||||
criteria = "HJW VGA TO HDMI 0x00000100";
|
||||
criteria = "VGA-1";
|
||||
# criteria = "HJW VGA TO HDMI 0x00000100";
|
||||
status = "enable";
|
||||
mode = "1920x1080";
|
||||
position = "3840,0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue