aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/example-config.json b/example-config.json
index ece1aa8..2c47264 100644
--- a/example-config.json
+++ b/example-config.json
@@ -128,5 +128,7 @@
// Font scale (only fonts)
"font_scale": 1.0,
// Spacing scale (only scaling the spacing between elements, nothing else)
- "spacing_scale": 1.0
+ "spacing_scale": 1.0,
+ // Can reduce latency, but might increase cpu usage a bit
+ "low_latency_mode": false
}