From 829a0d0d704451fca96022a09495016adeeb2118 Mon Sep 17 00:00:00 2001 From: André Glüpker Date: Mon, 30 Mar 2026 22:07:44 +0200 Subject: Try to fix low FPS situations - let's see --- agl-settings.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'agl-settings.cfg') diff --git a/agl-settings.cfg b/agl-settings.cfg index 9209356..f358f51 100644 --- a/agl-settings.cfg +++ b/agl-settings.cfg @@ -2,6 +2,14 @@ fps_max 165 fps_max_ui 60 fps_max_tools 60 +// Try to reduce chance of low fps trigger (https://github.com/ValveSoftware/csgo-osx-linux/issues/4365#issuecomment-4124205005) +ui_render_task_fps 165 +fps_max_ui 165 + +alias +gui_esc "escape; gameui_hide; escape" +alias -gui_esc "escape; gameui_hide; escape" +bind scancode19 "+gui_esc" // "p" + sensitivity 0.8 volume 1.0 -- cgit v1.2.3