From cd440d2b0016a93b56ff895298196e59a3ee96ca Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 5 Jan 2026 20:29:53 -0600 Subject: [PATCH] fix(monitor): movefocus was not owrking --- config.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.nix b/config.nix index 4d6604c..8b84e13 100644 --- a/config.nix +++ b/config.nix @@ -23,9 +23,9 @@ }; hyprland = { monitors = [ - "DP-1,highres@180,0x812,1.333334,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0" - "DP-2,highres@165,572x0,1.33334" - "HDMI-A-1,highres@120,2586x812,1.6" + "DP-1,highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0" + "DP-2, highres@165,760x0,1" + "HDMI-A-1, highres@highrr@120, 3440x1440, 1.6" ]; wallpaper = "firewatch.png";