From ec38f08e3ce0667a84fbbba8a9f090183090c6f8 Mon Sep 17 00:00:00 2001 From: Julia Lange Date: Tue, 16 Sep 2025 18:30:10 -0700 Subject: [PATCH] Onizuka, vertical second monitor --- hosts/onizuka/users/pan/user.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/hosts/onizuka/users/pan/user.nix b/hosts/onizuka/users/pan/user.nix index 0867c8f..b6bb28e 100644 --- a/hosts/onizuka/users/pan/user.nix +++ b/hosts/onizuka/users/pan/user.nix @@ -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; }; + }; }; };