diff options
| author | Jokler <jokler@protonmail.com> | 2020-06-22 02:51:23 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-06-22 02:51:23 +0200 |
| commit | d05ba25c7dad804691aa6f797a3dcb8cb1cc27bb (patch) | |
| tree | 1d9cf079fad7e4fd977914f9ecd78c4ecbe60c38 /.config | |
| parent | c7202b54afaca46509dfc14923bb8bc38aa5fcfb (diff) | |
| download | dotfiles-d05ba25c7dad804691aa6f797a3dcb8cb1cc27bb.tar.gz dotfiles-d05ba25c7dad804691aa6f797a3dcb8cb1cc27bb.zip | |
Add default MangoHud config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/MangoHud/MangoHud.conf | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/.config/MangoHud/MangoHud.conf b/.config/MangoHud/MangoHud.conf new file mode 100644 index 0000000..81a8190 --- /dev/null +++ b/.config/MangoHud/MangoHud.conf @@ -0,0 +1,66 @@ +### MangoHud configuration file +### Uncomment any options you wish to enable. Default options are left uncommented +### Use some_parameter=0 to disable a parameter (only works with on/off parameters) +### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead + +################ PERFORMANCE ################# + +### Limit the application FPS +# fps_limit= + +### VSYNC [0-3] 0 = adaptive; 1 = off; 2 = mailbox; 3 = on +# vsync= + +################### VISUAL ################### + +### Display the current CPU information +cpu_stats +# cpu_temp + +### Display the current GPU information +gpu_stats +# gpu_temp + +### Display the frametime line graph +frame_timing + +### Display the current system time +# time + +### Change the hud font size (default is 24) +font_size=24 + +### Change the hud position (default is top-left) +position=top-left + +### Display the current CPU load & frequency for each core +# core_load + +### Display system ram / vram usage +# ram +# vram + +### Disable / hide the hud by deafult +# no_display + +### Hud position offset +# offset_x= +# offset_y= + +### Hud dimensions +# width= +# height= + +### Hud transparency / alpha +background_alpha=0.5 + +### Crosshair overlay (default size is 30) +# crosshair +# crosshair_size= +# crosshair_color=RRGGBB + +################## INTERACTION ################# + +### Change toggle keybinds for the hud & logging +toggle_hud=F12 +toggle_logging=F2 |
