add 2nd monitor config

This commit is contained in:
Noa Aarts 2025-08-26 11:46:14 +02:00
parent ffdea48a3e
commit 067d9ddb2f
Signed by: noa
GPG key ID: 1850932741EFF672

View file

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