feat: adds work setup

This commit is contained in:
Ahwx 2025-11-03 17:34:05 +01:00
parent e431653c19
commit 4df99c9a30

View file

@ -257,6 +257,28 @@ in
}
];
};
work = {
outputs = [
{
criteria = "eDP-1";
scale = 1.0;
status = "enable";
position = "0,0";
}
{
criteria = "HP Inc. HP E27q G5 CNC4190NG9";
scale = 1.0;
status = "enable";
position = "4816,0";
}
{
criteria = "HP Inc. HP E27q G5 CNC4081M2B";
scale = 1.0;
status = "enable";
position = "2256,0";
}
];
};
};
};