From e249f13313a6011e1aaf16d3d1e73c28496231dc Mon Sep 17 00:00:00 2001 From: servius Date: Mon, 16 Feb 2026 03:17:34 +0530 Subject: [PATCH] feat: Vertical to horizontal secondary monitor 3 --- home/services/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/services/hyprland.nix b/home/services/hyprland.nix index 5b89952e..7f45c62d 100644 --- a/home/services/hyprland.nix +++ b/home/services/hyprland.nix @@ -61,9 +61,9 @@ { output = device.monitors.secondary; mode = "2560x1440@170"; - position = "-1440x-1120"; + position = "-2560x0"; scale = 1; - transform = 1; + transform = 0; } { output = device.monitors.tertiary;