Cap fps to refresh rate
This commit is contained in:
parent
ec13d1b5cf
commit
5e550e3722
|
@ -6,7 +6,7 @@
|
||||||
package = pkgs.mangohud;
|
package = pkgs.mangohud;
|
||||||
settings = {
|
settings = {
|
||||||
# Performance
|
# Performance
|
||||||
fps_limit = 60;
|
fps_limit = 144;
|
||||||
# GPU
|
# GPU
|
||||||
gpu_temp = true;
|
gpu_temp = true;
|
||||||
gpu_junction_temp = true;
|
gpu_junction_temp = true;
|
||||||
|
|
Loading…
Reference in a new issue