Onizuka, vertical second monitor

This commit is contained in:
Julia Lange 2025-09-16 18:30:10 -07:00
parent 5c996e0885
commit ec38f08e3c
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto

View file

@ -27,8 +27,15 @@
enable = true;
mouse.accel = -0.53;
outputs = {
"DP-1".mode = { width = 2560; height = 1440; refresh = 144.000; };
"DP-2".mode = { width = 2560; height = 1440; refresh = 144.000; };
"DP-1" = {
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; };
};
};
};