You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`device_battery`| Display wireless device battery percent. Currently supported arguments `gamepad` and `mouse` e.g `device_battery=gamepad,mouse`|
359
+
|`display_server`| Display the current display session (e.g. X11 or wayland) |
359
360
|`dynamic_frame_timing`| This changes frame_timing y-axis to correspond with the current maximum and minimum frametime instead of being a static 0-50 |
360
361
|`engine_short_names`| Display a short version of the used engine (e.g. `OGL` instead of `OpenGL`) |
361
362
|`engine_version`| Display OpenGL or vulkan and vulkan-based render engine's version |
362
-
|`exec`| Display output of bash command in next column, e.g `custom_text=/home` , `exec=df -h /home \| tail -n 1`. Only works with `legacy_layout=0`|
363
+
|`exec`| Display output of bash command in next column, e.g.`custom_text=/home` , `exec=df -h /home \| tail -n 1`. Only works with `legacy_layout=0`|
363
364
|`exec_name`| Display current exec name |
364
365
|`fan`| Shows the Steam Deck fan rpm |
365
366
|`fcat`| Enables frame capture analysis |
@@ -380,8 +381,11 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu
380
381
|`fps_sampling_period=`| Time interval between two sampling points for gathering the FPS in milliseconds. Default is `500`|
381
382
|`fps_value`| Choose the break points where `fps_color_change` changes colors between. E.g `60,144`, default is `30,60`|
382
383
|`fps_metrics`| Takes a list of decimal values or the value avg, e.g `avg,0.001`|
384
+
|`reset_fps_metrics`| Reset fps metrics keybind, default is `Shift_R+F9`|
385
+
|`fps_text`| Display custom text for engine name in front of FPS |
383
386
|`frame_count`| Display frame count |
384
387
|`frametime`| Display frametime next to FPS text |
388
+
|`frame_timing_detailed`| Display frame timing in a more detailed chart |
385
389
|`fsr`| Display the status of FSR (only works in gamescope) |
386
390
|`hdr`| Display the status of HDR (only works in gamescope) |
387
391
|`refresh_rate`| Display the current refresh rate (only works in gamescope) |
@@ -487,6 +491,7 @@ Not all vulkan vsync options may be supported on your device, you can check what
0 commit comments