From 3f734cf1eb86fef82c7390df003124565b8a84c6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 16 Jul 2023 15:07:41 -0400 Subject: initial draft of variable-width font handling --- ted.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index 1c46b52..268f09b 100644 --- a/ted.cfg +++ b/ted.cfg @@ -78,6 +78,8 @@ max-file-size = 20000000 max-file-size-view-only = 100000000 # how much ctrl+scroll wheel changes the text size (0 for no change, negative to invert change) ctrl-scroll-adjust-text-size = 1.0 +# force every letter to get its width from space +force-monospace = no # whether to use vsync or not. you probably want this on. vsync = on -- cgit v1.2.3