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 = { 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";