diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 7189ad9..9c18e2a 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -87,12 +87,11 @@ }; home-manager.users.fred = { ... }: { - # Match by description, not connector name: the DRM connector has - # drifted between DP-2/DP-3 depending on which port / cable state the - # GPU enumerated, which silently dropped this rule and fell back to the - # EDID-preferred 60Hz. The description is stable across port renames. + # Connector drifted DP-2 -> DP-3 after an HDMI detour; desc: matching + # parsed fine (configerrors ok) but never actually applied the mode, + # whereas plain connector-name matching is proven to hold 180Hz here. wayland.windowManager.hyprland.settings.monitor = [{ - output = "desc:GIGA-BYTE TECHNOLOGY CO. LTD. G34WQCP 25272B000088"; + output = "DP-3"; mode = "3440x1440@180"; position = "0x0"; scale = 1;