summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
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