summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-16 15:07:41 -0400
committerpommicket <pommicket@gmail.com>2023-07-19 19:02:27 -0400
commit50692503702b9d419de99c97cff59a970627de01 (patch)
treedac844d3ac73f0f70542ec14de137b168b27dbd0 /ted.cfg
parent817797e124419e564b1084c332540a222907f5a5 (diff)
initial draft of variable-width font handling
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg2
1 files changed, 2 insertions, 0 deletions
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