summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'shared_config.py')
-rw-r--r--shared_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared_config.py b/shared_config.py
index 3f27491..4a32776 100644
--- a/shared_config.py
+++ b/shared_config.py
@@ -119,7 +119,7 @@ CONFIG_SCHEMA_DEF = {
"deactivate_wsi": {
"name": "deactivate_wsi",
"fieldType": ConfigFieldType.BOOLEAN,
- "default": False,
+ "default": True,
"description": "Deactivates Gamescope WSI Layer, use with HDR off, workaround if frame generation isn't applying or isn't feeling smooth",
"location": "script"
}