diff options
Diffstat (limited to 'agl-settings.cfg')
| -rw-r--r-- | agl-settings.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
