From f1751dbb895996728f293c6f895691693c9e8a86 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 30 Dec 2022 23:48:59 -0500 Subject: framerate-cap setting --- ted.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ted.cfg') 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 -- cgit v1.2.3