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 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-05-11 09:54:54 +01:00
parent 2494c4c785
commit a215b31b8b

View file

@ -60,7 +60,8 @@
plugins = [ pkgs.hyprlandPlugins.hyprspace ]; plugins = [ pkgs.hyprlandPlugins.hyprspace ];
settings = { 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"; "$mod" = "SUPER";
"$term" = "ghostty"; "$term" = "ghostty";