xrandr screen compatibility

This commit is contained in:
2024-04-19 21:29:35 +02:00
parent f87e0d9295
commit b5764e72eb
3 changed files with 22 additions and 1 deletions

View File

@@ -45,5 +45,17 @@
};
};
xrandrHeads = [
{
output = "HDMI-0";
}
{
output = "DP-2";
primary = true;
}
{
output = "DP-0";
}
];
};
}