diff --git a/home/linux/hyprland.nix b/home/linux/hyprland.nix index 50815c3c..dc7aa431 100644 --- a/home/linux/hyprland.nix +++ b/home/linux/hyprland.nix @@ -51,7 +51,7 @@ source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf"; "render:explicit_sync" = true; monitor = [ - "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, cm, hdr" + "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0" "${device.monitors.secondary}, 2560x1440@170, -1440x-1120, 1, transform, 1" "${device.monitors.tertiary}, 2560x1440@170, 2560x-1120, 1, transform, 3" ];