From 5a8485f486cf7346ae0e5049c957ebadffc91c3f Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 20 Feb 2026 21:21:45 +0200 Subject: [PATCH] wezterm: unify looks between os --- dot_config/wezterm/wezterm.lua | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 2a5c547..89848c3 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -21,19 +21,12 @@ 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, + Darwin = 15, others = 11 } -- visuals -cfg.window_decorations = fn.set_by_os{ - Darwin = 'INTEGRATED_BUTTONS|RESIZE', - others = 'TITLE|RESIZE' -} -cfg.use_fancy_tab_bar = fn.set_by_os{ - Darwin = true, - others = false -} +cfg.use_fancy_tab_bar = false cfg.native_macos_fullscreen_mode = false cfg.xcursor_theme = 'Adwaita' cfg.show_new_tab_button_in_tab_bar = false