fix: kanshi not recognizing external displays

This commit is contained in:
Jacob Bachmann 2024-03-10 13:52:23 +01:00
parent b785df7751
commit 3ce73fb381
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -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";