From a215b31b8b6046892b550dba46b710a71593a2a9 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 09:54:54 +0100 Subject: [PATCH] hyprland: pin DP-2 to 3440x1440@190 on FredOS-Gaming The default `,preferred,auto,1` line was selecting 60 Hz on the G34WQCP. Pin the OC'd 190 Hz mode explicitly. Co-Authored-By: Claude Opus 4.7 --- settings/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index c711aa2..6f5a3f3 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -60,7 +60,8 @@ plugins = [ pkgs.hyprlandPlugins.hyprspace ]; settings = { - monitor = ",preferred,auto,1"; + # Pin the OC'd 190 Hz mode so we don't fall back to 60. + monitor = "DP-2,3440x1440@190,0x0,1"; "$mod" = "SUPER"; "$term" = "ghostty";