summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-30 23:48:59 -0500
committerpommicket <pommicket@gmail.com>2022-12-30 23:48:59 -0500
commitf1751dbb895996728f293c6f895691693c9e8a86 (patch)
treec87f8545d0313e8b698583386f4115c85b2cfbeb /ted.cfg
parent25f6cd6f5ffb9ff34d9e22c38e9d72cdadce2dc9 (diff)
framerate-cap setting
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 88204db..05116a5 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -51,6 +51,12 @@ max-file-size = 20000000
# ted will produce an error if a file larger than this is loaded.
max-file-size-view-only = 100000000
+# whether to use vsync or not. you probably want this on.
+vsync = off
+# max framerate. vsync overrides this.
+# you might want to increase this if you have a >60Hz monitor and you don't care about CPU usage.
+framerate-cap = 60
+
# search depth for files to generate tags for.
# if set to 0, tag generation/regeneration will do nothing
tags-max-depth = 2