monitors added to hypr config

This commit is contained in:
KoenDR06 2025-07-15 19:57:00 +02:00
parent 444186a0df
commit 2c5692e76b
4 changed files with 54 additions and 1 deletions

View file

@ -26,6 +26,16 @@
wm = {
hyprland.enable = true;
config = {
monitors.displays = [
{
output = "eDP-1";
x = 0;
y = 0;
}
];
};
};
hardware = {

View file

@ -26,6 +26,22 @@
wm.hyprland = {
enable = true;
config.monitors = {
displays = [
{
output = "DP-2";
x = 0;
y = 0;
}
{
output = "DP-3";
x = -1440;
y = 0;
transform = 1;
}
];
};
};
hardware = {