summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2023-10-06 13:59:22 +0300
committerVon Random <von@vdrandom.org>2023-10-06 13:59:22 +0300
commitbf79773eb3fdeab5a85f55184bb5c4dc2cd03074 (patch)
tree1081d90aa9fcefba76f804f979dd373f277823e9
parent75cc0326bd5b44ccbf033261f77bc1ca0b262c6e (diff)
wezterm: teaching-font size
-rw-r--r--gui/.wezterm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/.wezterm.lua b/gui/.wezterm.lua
index 27114ef..6747fd5 100644
--- a/gui/.wezterm.lua
+++ b/gui/.wezterm.lua
@@ -7,6 +7,7 @@ local theme = 'Solarized Light (Gogh)'
local overrides = {
fonts = {
font = wt.font('JetBrains Mono'),
+ font_size = 11,
harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }
},
theme = { color_scheme = 'GruvboxDark' }