add 2nd monitor config
This commit is contained in:
parent
ffdea48a3e
commit
067d9ddb2f
1 changed files with 11 additions and 2 deletions
|
|
@ -58,12 +58,21 @@
|
||||||
enableGames = true;
|
enableGames = true;
|
||||||
displays = [
|
displays = [
|
||||||
{
|
{
|
||||||
name = "DP-3";
|
name = "DP-2";
|
||||||
|
horizontal = 2560;
|
||||||
|
vertical = 1440;
|
||||||
|
horizontal-offset = 0;
|
||||||
|
vertical-offset = 0;
|
||||||
|
refresh-rate = 360;
|
||||||
|
scale = "1";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "HDMI-A-1";
|
||||||
horizontal = 2560;
|
horizontal = 2560;
|
||||||
vertical = 1440;
|
vertical = 1440;
|
||||||
horizontal-offset = 2560;
|
horizontal-offset = 2560;
|
||||||
vertical-offset = 0;
|
vertical-offset = 0;
|
||||||
refresh-rate = 360;
|
refresh-rate = 144;
|
||||||
scale = "1";
|
scale = "1";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue