From 5e550e372292dd3849a46fbc36093494810404c0 Mon Sep 17 00:00:00 2001 From: jasmine Date: Mon, 3 Jun 2024 21:14:34 +0800 Subject: [PATCH] Cap fps to refresh rate --- home-manager/sajenim/features/games/mangohud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/sajenim/features/games/mangohud.nix b/home-manager/sajenim/features/games/mangohud.nix index e442255..88946a5 100644 --- a/home-manager/sajenim/features/games/mangohud.nix +++ b/home-manager/sajenim/features/games/mangohud.nix @@ -6,7 +6,7 @@ package = pkgs.mangohud; settings = { # Performance - fps_limit = 60; + fps_limit = 144; # GPU gpu_temp = true; gpu_junction_temp = true;