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 = {
|
gaming = {
|
||||||
outputs = [
|
outputs = [
|
||||||
{
|
{
|
||||||
|
|
@ -36,6 +37,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
station = {
|
station = {
|
||||||
outputs = [
|
outputs = [
|
||||||
|
|
@ -44,19 +46,22 @@
|
||||||
status = "disable";
|
status = "disable";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL";
|
criteria = "DP-3";
|
||||||
|
# criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL";
|
||||||
status = "enable";
|
status = "enable";
|
||||||
mode = "1920x1080";
|
mode = "1920x1080";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L";
|
criteria = "DP-2";
|
||||||
|
# criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L";
|
||||||
status = "enable";
|
status = "enable";
|
||||||
mode = "1920x1080";
|
mode = "1920x1080";
|
||||||
position = "1920,0";
|
position = "1920,0";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
criteria = "HJW VGA TO HDMI 0x00000100";
|
criteria = "VGA-1";
|
||||||
|
# criteria = "HJW VGA TO HDMI 0x00000100";
|
||||||
status = "enable";
|
status = "enable";
|
||||||
mode = "1920x1080";
|
mode = "1920x1080";
|
||||||
position = "3840,0";
|
position = "3840,0";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue