diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 23:48:59 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 23:48:59 -0500 |
commit | f1751dbb895996728f293c6f895691693c9e8a86 (patch) | |
tree | c87f8545d0313e8b698583386f4115c85b2cfbeb /ted.cfg | |
parent | 25f6cd6f5ffb9ff34d9e22c38e9d72cdadce2dc9 (diff) |
framerate-cap setting
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |