From f43c468799e41fa9c2140fc44c33c4ce66316790 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 16 Jan 2025 09:38:20 -0600 Subject: [PATCH] Move dragon monitors --- nixos/dragon.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/dragon.nix b/nixos/dragon.nix index c69329f..cfb686d 100644 --- a/nixos/dragon.nix +++ b/nixos/dragon.nix @@ -109,14 +109,15 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more monitor = [ # "DP-2,3840x2160@60,-2160x0,1,transform,3" - "DP-3,3840x2160@120,${toString (builtins.ceil (2160 / 1.5))}x0,1" + # "DP-3,3840x2160@120,${toString (builtins.ceil (2160 / 1.5))}x0,1" + "DP-3,3840x2160@120,0x0,1" # TODO: HDR breaks screenshare? /* "DP-3,3840x2160@120,${toString (builtins.ceil (2160 / 1.5))}x0,1,bitdepth,10" "desc:LG Display 0x0521,3840x2160@120,0x0,1" "desc:Dell Inc. DELL U2720Q D3TM623,3840x2160@60,3840x0,1.5,transform,1" */ - "DP-1,3840x2160@60,0x0,1.5,transform,1" + "DP-2,3840x2160@60,3840x0,1.5,transform,3" ]; input = { force_no_accel = true;