non important commit
This commit is contained in:
parent
d436c383ea
commit
fb6433e114
1 changed files with 14 additions and 10 deletions
|
|
@ -49,19 +49,23 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
"DP-1".mode = {
|
"DP-1" = {
|
||||||
|
focus-at-startup = true;
|
||||||
|
|
||||||
|
mode = {
|
||||||
width = 2560;
|
width = 2560;
|
||||||
height = 1440;
|
height = 1440;
|
||||||
focus-at-startup = true;
|
|
||||||
refresh = 120.0;
|
refresh = 120.0;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"DP-2".mode = {
|
"DP-2" = {
|
||||||
|
position.x = -2560;
|
||||||
|
|
||||||
|
mode = {
|
||||||
width = 1920;
|
width = 1920;
|
||||||
height = 1080;
|
height = 1080;
|
||||||
refresh = 60.0;
|
refresh = 60.0;
|
||||||
position = {
|
|
||||||
x = -2560;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue