feat: Added new monitors
This commit is contained in:
@@ -127,8 +127,12 @@
|
|||||||
user = "servius";
|
user = "servius";
|
||||||
isNix = true;
|
isNix = true;
|
||||||
monitors = {
|
monitors = {
|
||||||
primary = "DP-3";
|
# Gigabyte fo27q3
|
||||||
|
primary = "HDMI-A-1";
|
||||||
|
# Acer XV272U
|
||||||
secondary = "DP-1";
|
secondary = "DP-1";
|
||||||
|
# Gigabyte M27Q
|
||||||
|
tertiary = "DP-3";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -32,8 +32,9 @@
|
|||||||
monitor = [
|
monitor = [
|
||||||
# ",preferred,auto,auto"
|
# ",preferred,auto,auto"
|
||||||
# ",highrr,auto,1"
|
# ",highrr,auto,1"
|
||||||
"${device.monitors.primary}, 2560x1440@170, 0x0, 1, transform, 0"
|
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0"
|
||||||
"${device.monitors.secondary}, 2560x1440@170, -1440x-800,1, transform, 1"
|
"${device.monitors.secondary}, 2560x1440@170, -1440x-1120,1, transform, 1"
|
||||||
|
"${device.monitors.tertiary}, 2560x1440@170, 4000x248,1, transform, 3"
|
||||||
"Unknown-1,disable"
|
"Unknown-1,disable"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user