temperance/hardware/monitors.nix: switch from three to two monitors
This commit is contained in:
parent
d930e1befa
commit
a777db4848
1 changed files with 13 additions and 13 deletions
|
@ -12,18 +12,18 @@ _: {
|
||||||
y = 0;
|
y = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
HDMI-A-2 = {
|
# HDMI-A-2 = {
|
||||||
resolution = {
|
# resolution = {
|
||||||
x = 1920;
|
# x = 1920;
|
||||||
y = 1080;
|
# y = 1080;
|
||||||
};
|
# };
|
||||||
scale = 1;
|
# scale = 1;
|
||||||
refreshRate = 60;
|
# refreshRate = 60;
|
||||||
position = {
|
# position = {
|
||||||
x = 1920;
|
# x = 1920;
|
||||||
y = 0;
|
# y = 0;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
HDMI-A-1 = {
|
HDMI-A-1 = {
|
||||||
resolution = {
|
resolution = {
|
||||||
x = 1920;
|
x = 1920;
|
||||||
|
@ -32,7 +32,7 @@ _: {
|
||||||
scale = 1;
|
scale = 1;
|
||||||
refreshRate = 60;
|
refreshRate = 60;
|
||||||
position = {
|
position = {
|
||||||
x = 3840;
|
x = 1920;
|
||||||
y = 0;
|
y = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue