From 22aa437ceb024d64d605e35563d6987264637532 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 31 Jul 2024 23:42:41 +0300 Subject: [PATCH] wezterm: remove close button --- gui/.config/wezterm/wezterm.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua index 7b94644..7a14246 100644 --- a/gui/.config/wezterm/wezterm.lua +++ b/gui/.config/wezterm/wezterm.lua @@ -28,13 +28,7 @@ cfg.font_size = fn.set_by_os{ } -- visuals -cfg.window_decorations = 'INTEGRATED_BUTTONS|RESIZE' -cfg.integrated_title_buttons = {'Close'} -cfg.integrated_title_button_style = 'Windows' -cfg.integrated_title_button_alignment = fn.set_by_os{ - Darwin = 'Left', - others = 'Right' -} +cfg.window_decorations = 'RESIZE' cfg.xcursor_theme = 'Adwaita' cfg.use_fancy_tab_bar = false cfg.hide_tab_bar_if_only_one_tab = false