From a44d28356b21e91b34babdb9648a4057a3ee33ec Mon Sep 17 00:00:00 2001 From: FlafyDev Date: Fri, 17 Apr 2026 18:57:11 +0300 Subject: [PATCH] Configuring/Variables: move vfr to debug: section --- content/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Configuring/Variables.md b/content/Configuring/Variables.md index f9f3e84c..48accba1 100644 --- a/content/Configuring/Variables.md +++ b/content/Configuring/Variables.md @@ -412,7 +412,6 @@ _Subcategory `misc:`_ | font_family | Set the global default font to render the text including debug fps/notification, config error messages and etc., selected from system fonts. | string | Sans | | splash_font_family | Changes the font used to render the splash text, selected from system fonts (requires a monitor reload to take effect). | string | [\[Empty]] | | force_default_wallpaper | Enforce any of the 3 default wallpapers. Setting this to `0` or `1` disables the anime background. `-1` means "random". [-1/0/1/2] | int | -1 | -| vfr | controls the VFR status of Hyprland. Heavily recommended to leave enabled to conserve resources. | bool | true | | vrr | controls the VRR (Adaptive Sync) of your monitors. 0 - off, 1 - on, 2 - fullscreen only, 3 - fullscreen with `video` or `game` content type [0/1/2/3] | int | 0 | | mouse_move_enables_dpms | If DPMS is set to off, wake up the monitors if the mouse moves. | bool | false | | key_press_enables_dpms | If DPMS is set to off, wake up the monitors if a key is pressed. | bool | false | @@ -581,6 +580,7 @@ _Subcategory `debug:`_ | overlay | print the debug performance overlay. Disable VFR for accurate results. | bool | false | | damage_blink | (epilepsy warning!) flash areas updated with damage tracking | bool | false | | gl_debugging | enables OpenGL debugging with glGetError and EGL_KHR_debug, requires a restart after changing. | bool | false | +| vfr | controls the VFR status of Hyprland. Heavily recommended to leave enabled to conserve resources. | bool | true | | disable_logs | disable logging to a file | bool | true | | disable_time | disables time logging | bool | true | | damage_tracking | redraw only the needed bits of the display. Do **not** change. (default: full - 2) monitor - 1, none - 0 | int | 2 |