From 360e004861e5f621b601f5024b6f6b3d80390819 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sun, 19 Oct 2025 11:14:39 +0200 Subject: [PATCH] adjusted font size and columns for the laptop --- .wezterm.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.wezterm.lua b/.wezterm.lua index 1230a19..9079e6e 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -7,11 +7,13 @@ local config = wezterm.config_builder() -- This is where you actually apply your config choices. -- For example, changing the initial geometry for new windows: -config.initial_cols = 120 +config.initial_cols = 180 config.initial_rows = 28 -- or, changing the font size and color scheme. -config.font_size = 10 +config.font_size = 15 +-- config.dpi=180 + --config.color_scheme = 'AdventureTime' config.color_scheme = "tokyonight_moon"