From 48361c57d7ec9932acc2c6ad1b08ceb3df0bcb3c Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 22 Dec 2025 15:15:54 +0200 Subject: [PATCH] wezterm: font sizes, title bar --- dot_config/wezterm/wezterm.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index dcdb95b..8a3bb20 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -20,13 +20,14 @@ cfg.cursor_blink_rate = 0 cfg.bold_brightens_ansi_colors = false cfg.font = wt.font('Maple Mono NL NF') cfg.font_size = fn.set_by_os{ - Darwin = 14, - others = 11 + Darwin = 15, + others = 12 } -- visuals cfg.window_decorations = fn.set_by_os{ Darwin = 'INTEGRATED_BUTTONS|RESIZE', + Linux = 'RESIZE', others = 'TITLE|RESIZE' } cfg.use_fancy_tab_bar = fn.set_by_os{