From 1168edfd5283bf37c7aea7059d0f00c5197f667d Mon Sep 17 00:00:00 2001 From: imterah Date: Sun, 22 Jun 2025 20:19:47 -0400 Subject: [PATCH] chore: Change wording in default_config to not imply overclocking capabilities --- app/config/default_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/default_config.yml b/app/config/default_config.yml index bbe2ef2..a367a51 100644 --- a/app/config/default_config.yml +++ b/app/config/default_config.yml @@ -13,6 +13,6 @@ display: count: 3 # Count of virtual displays overrides: allow_unsupported_devices: false # If true, allows unsupported devices to be used as long as they're a compatible vendor (Xreal) - # width: 1920 # If set, overrides the width of the screen and virtual displays - # height: 1080 # If set, overrides the height of the screen and virtual displays - # refresh_rate: 120 # If set, overrides the refresh rate of the screen and the maximum refresh rate of the virtual displays + # width: 1920 # If set, overrides the width of the screen and virtual displays. This does not do any overclocking. + # height: 1080 # If set, overrides the height of the screen and virtual displays. This does not do any overclocking. + # refresh_rate: 120 # If set, overrides the refresh rate of the screen and the maximum refresh rate of the virtual displays. This does not do any overclocking.