Onizuka, vertical second monitor
This commit is contained in:
parent
5c996e0885
commit
ec38f08e3c
1 changed files with 9 additions and 2 deletions
|
|
@ -27,8 +27,15 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
mouse.accel = -0.53;
|
mouse.accel = -0.53;
|
||||||
outputs = {
|
outputs = {
|
||||||
"DP-1".mode = { width = 2560; height = 1440; refresh = 144.000; };
|
"DP-1" = {
|
||||||
"DP-2".mode = { width = 2560; height = 1440; refresh = 144.000; };
|
position = { x = 2560; y = -100; };
|
||||||
|
mode = { width = 2560; height = 1440; refresh = 144.000; };
|
||||||
|
transform.rotation = 270;
|
||||||
|
};
|
||||||
|
"DP-2" = {
|
||||||
|
position = { x = 0; y = 0; };
|
||||||
|
mode = { width = 2560; height = 1440; refresh = 144.000; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue