aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-25 11:13:37 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-25 11:13:37 +0200
commitb0190e90b3f9909bf58b8b150efa788bdc9e9e85 (patch)
tree9491428283b3e9fbb0af99ea09b79a053531e46e /example-config.json
parentbcf803d9a1cfd6f5c2370e2761002a51bf1f20b3 (diff)
Add config option to set low latency 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
}